Total Incompetent Users (keypresses) ***resolved***
I got a little question. I have a number of total incompetent users, that shouldn't be allowed to use keyboards :):):)
Just joking, no i need to capture a number of keyevents to protect the ms-access database.
Now i would like to capture a keyevent for the entire program (and not just per textbox) so that i won't have to call a certain module over and over again.
Any way to log key-events for an entire project?
Regards,
danielsan
Re: Total Incompetent Users (keypresses)
Quote:
Originally posted by danielsan
I got a little question. I have a number of total incompetent users, that shouldn't be allowed to use keyboards :):):)
Just joking, no i need to capture a number of keyevents to protect the ms-access database.
Now i would like to capture a keyevent for the entire program (and not just per textbox) so that i won't have to call a certain module over and over again.
Any way to log key-events for an entire project?
Regards,
danielsan
Look in the MSDN about creating an AutoKeys macro... just like AutoExec it is a special macro that allows you to capture keys ( including F1 - 12 )
Re: Total Incompetent Users (keypresses)