Jump to content

Recommended Posts

Posted

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 :mellow: please help me!

-Thanks from kd8lvt

Posted (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 input

BlockInput(0) = Enable user input

Edited by Watson
Posted (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 input

BlockInput(0) = Enable user input

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 it

Edited by kd8lvt
Posted

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 it

If you run it from Windows Vista or 7, the administrative rights are required.
Posted (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 by kd8lvt

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...