Hello, it's me once again. I am working on a SingleDialogInterface Application. The main-control is a tab-control which allows the user to switch between the child-dialogs. If the user wants to switch between the dialogs by clicking on a tab-control-item, he has to use the mouse to do so. But i want to change this in a way that the user can press f.i. F2 and then jumps directly to the first dialog. I tried this by catching the WM_KEYDOWN in the ChildDialog Procedure, but had no luck yet. And i just can't find a SDI-application installed on my system using "hotkeys"...
Thanks for any help!
|