
MarvKLM
-
Posts
8 -
Joined
-
Last visited
Community Answers
-
MarvKLM's post in Secondary GUI does not create events was marked as the answer
Hi. I think Jos meant to say, change this:
$BtnXXX = GUICtrlCreateButton ("xxx", 250, 10, 30, 30) GUISetOnEvent (-1, "xxx") To:
$BtnXXX = GUICtrlCreateButton ("xxx", 250, 10, 30, 30) GUICtrlSetOnEvent (-1, "xxx") It's not a Gui, it's a control.