kd8lvt 0 Posted August 17, 2011 I am having some trouble with disabling the keyboard so I cannot type while autoit is typing!I tried to use the ControlDisable command but I do not know how to use it please help me!-Thanks from kd8lvt Share this post Link to post Share on other sites
Watson 0 Posted August 17, 2011 (edited) Why not use BlockInput()?The only problem is that if you type Ctrl+Alt+Del, you can easily compromise this function.BlockInput(1) = Disable user inputBlockInput(0) = Enable user input Edited August 17, 2011 by Watson Share this post Link to post Share on other sites
kd8lvt 0 Posted August 17, 2011 (edited) Why not use BlockInput()?The only problem is that if you type Ctrl+Alt+Del, you can easily compromise this function.BlockInput(1) = Disable user inputBlockInput(0) = Enable user inputOh ok i just started Autoit scripting yesterday and I am not very familiar to the whole language yet. Thanks again!it didn't work. i just tested it Edited August 17, 2011 by kd8lvt Share this post Link to post Share on other sites
Watson 0 Posted August 17, 2011 Oh ok i just started Autoit scripting yesterday and I am not very familiar to the whole language yet. Thanks again!it didn't work. i just tested itIf you run it from Windows Vista or 7, the administrative rights are required. Share this post Link to post Share on other sites
kd8lvt 0 Posted August 17, 2011 (edited) oh ok it helps to have the right rights! now how do I use the start as admin command so I can do it? Edited August 17, 2011 by kd8lvt Share this post Link to post Share on other sites
PowerCat 0 Posted August 17, 2011 put #requireadmin at the top of the script Share this post Link to post Share on other sites
Watson 0 Posted August 17, 2011 oh okit helps to have the right rights!now how do I use the start as admin command so I can do it?#RequireAdmin Share this post Link to post Share on other sites
kd8lvt 0 Posted August 17, 2011 thanks! it works now without having to compile it and right click click run as admin..... and well you know... Share this post Link to post Share on other sites
Watson 0 Posted August 17, 2011 thanks! it works now without having to compile it and right click click run as admin..... and well you know...You're welcome Share this post Link to post Share on other sites
sebgg 1 Posted August 17, 2011 i just asked a question about block input and got directed to this GC - Program to rapidly manipulate DNA SequencesRotaMol - Program to measure Protein Size Share this post Link to post Share on other sites