Jump to content

Blockinput


TuMiM
 Share

Recommended Posts

I am trying to write a simple script to bloack the delete key from being pressed but when i run the script I am getting an error from the blockinput udf

My Script

#include <BlockInputEx.au3>

_BlockInputEx(3, "", "{DELETE}")

While 1
    Sleep(100)
WEnd

Func _Quit()
    Exit
EndFunc

I have attached the error i receive.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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