Jump to content

Edit ListView Item, GUIRegisterMsg($WM_NOTIFY,


Recommended Posts

ARe these compatible?

Here's an example script; works, but NOT the GUISetOnEvent($GUI_EVENT_CLOSE) event?

I have another script i can't get to work properly with "GUISetOnEvent" as well, but i hope this willl be a good enough example?

Best, randall

Link to comment
Share on other sites

I would think you would know better at this point.

Move the GuiSetOnEvent to below the GuiCreate, i.e.

$Gui = GUICreate("Double Click Demo", 417, 356, 292, 225);,BitOR($WS_EX_TOPMOST, $WS_EX_TOOLWINDOW))
GUISetOnEvent($GUI_EVENT_CLOSE, "_Exit")

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...