Is it possible to trap keyboard events like CTRL-S in an explorer webpage?
Does anyone have any code snippets or a pointer in the right direction?
I've seen the AccessKey Property, but it only seems to navigate to the point where that control is and give it focus. I want to be able to use things like CTRL-S to save the form to DB (post).
wbochar
Does anyone have any code snippets or a pointer in the right direction?
I've seen the AccessKey Property, but it only seems to navigate to the point where that control is and give it focus. I want to be able to use things like CTRL-S to save the form to DB (post).
wbochar