hi guys i want to create a form which runs in the background which is not visible... so far so good...
now... how can i get it to capture all keyboard input, so that i can say if f10 is pressed start word etc...
i can do this using the form.keypress method when the form is selected.
But i want to capture all keyboard input when the form is not selected so if a user(me) was browsing the web, and pressed f10 it wud still start word...
is this possible?
Thanks
now... how can i get it to capture all keyboard input, so that i can say if f10 is pressed start word etc...
i can do this using the form.keypress method when the form is selected.
But i want to capture all keyboard input when the form is not selected so if a user(me) was browsing the web, and pressed f10 it wud still start word...
is this possible?
Thanks
Comment