I would like to know the script to press "F1" and a msgbox would pop up on the screen. Thanks
Edited..
Example
HotKeySet("{F1}", "Msgboxtest")
Func Msgboxtest()
MsgBox(0,"Message","This is a message")
EndFunc
I would like to know the script to press "F1" and a msgbox would pop up on the screen. Thanks
Edited..
Example
HotKeySet("{F1}", "Msgboxtest")
Func Msgboxtest()
MsgBox(0,"Message","This is a message")
EndFunc