Gui Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
volfx
Posts: 33
Joined: 26 Oct 2016, 03:51

Gui

26 May 2017, 12:58

If i execute this code the msgbox will pop up. I dont need automatick pop up msgbox only i clicked on pictere. Can it be turn off?

Code: Select all

Gui 1:Default
Gui, Add, Picture, x+1 w100 h-1 gletraA, zr.png
Gui, Show, w300 h300 x600 y500

letraA:
	msgbox rara
return
Nightwolf85
Posts: 302
Joined: 05 Feb 2017, 00:03

Re: Gui  Topic is solved

26 May 2017, 13:47

Code: Select all

Gui 1:Default
Gui, Add, Picture, x+1 w100 h-1 gletraA, zr.png
Gui, Show, w300 h300 x600 y500
Return ; You need to return before the label

letraA:
	msgbox rara
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], Joey5 and 293 guests