|
-
Nov 11th, 2002, 10:15 AM
#1
Thread Starter
Lively Member
-
Nov 11th, 2002, 10:19 AM
#2
Lively Member
Re: Total Incompetent Users (keypresses)
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 )
"Help!!! I've installed Windows CE,ME and NT and now my computer runs like a brick" - shamelessly stolen sig
-
Nov 11th, 2002, 10:20 AM
#3
Frenzied Member
If you have only one main form, yes. You can use the KeyPress Event for that form.
Otherwise, you have to identify all of the parent forms, and set up each event handler for each parent form.
-
Nov 11th, 2002, 10:23 AM
#4
Addicted Member
if you use jim's method, don't forget to set the form's key preview property to true
-
Nov 11th, 2002, 10:41 AM
#5
Lively Member
MSDN Link
Here is a link to the MSDN article. The AutoKeys macro is project wide so you don't have to setup keypress, keydown, keyup events for every form in your project. However, doing so will work.
The AutoKeys method even applies when you're not in a form and you can have it call a custom vba function for ultimate control... Example you can map CTRL+SHIFT+X to close access or CTRL+F5 to start MS Word ( and output a report etc. etc. ).
Hope this helps
http://msdn.microsoft.com/library/de...ssignments.asp
"Help!!! I've installed Windows CE,ME and NT and now my computer runs like a brick" - shamelessly stolen sig
-
Nov 11th, 2002, 11:36 AM
#6
New Member
Re: Total Incompetent Users (keypresses)
-
Nov 26th, 2002, 11:09 PM
#7
Fanatic Member
Hi
If you want to register secretly all keyboard activities and some screen snapshots then use PC Detective. You can hide this little prog from the taskbar.
It is great. I use it sometimes to check the behaviour od the programmusers who tell me that they didn't do anything wrong.
If you want the program ask me.
nice greetings
Franky
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|