Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
msgbox
SUBMITTED BY:
mrslimous
DATE:
May 23, 2017, 3:39 p.m.
FORMAT:
Text only
SIZE:
382 Bytes
Raw
Download
Tweet
HITS:
357
Go to comments
Report
#include <GUIConstantsEx.au3>
$hGui = GUICreate("Gui", 200, 200)
$hInput = GUICtrlCreateInput("", 10, 10, 70, 20)
GUISetState()
While 1
Switch GUIGetMsg()
Case $GUI_EVENT_CLOSE
Exit
Case $GUI_EVENT_PRIMARYUP
$aInfo = GUIGetCursorInfo()
If $aInfo[4] = $hInput Then MsgBox(0, "Test", "Test")
EndSwitch
WEnd
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus