jaehyunb Posted September 14, 2005 Posted September 14, 2005 how do i disable from user from using "printscreen" button while autoit script is running
Helge Posted September 14, 2005 Posted September 14, 2005 (edited) Edit : Crap, didn't see that it was a topic in the v2-forum.But while here, I can't remember anything that can be used to do thisin v2.... not AutoIt alone that is, but a third-party program/script will work.The code below will assign the printscreen-key to a blank function...HotKeySet("{PrintScreen}", "_Nothing") Func _Nothing() ; Nothing here.. EndFunc Edited September 14, 2005 by Helge
jaehyunb Posted September 14, 2005 Author Posted September 14, 2005 is that code for autoit 3.xx ? or something else
w0uter Posted September 14, 2005 Posted September 14, 2005 it is v3 code. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Recommended Posts