Looks like it's time to ask another question. This one should be simple, but I guess I'm making it much too difficult. Here it goes.
I am able to make the program respond to my OnKeyDown() command, as long as there is nothing on the dialog box at all. It will perform nicely and do what I intend it to, until...I actually put anything, and I do mean anything in the dialog box itself. It could even be something so innocent as static text. Then when I depress a key on the keyboard, all I get is a beep from the program and none of the other intended functions run. I believe it has something to do with focus, am I right? If someone has the answer to get around my problem please lemme know. Some sample code sure would be great if you have the time.
Many thanks,
Nyjil
I am able to make the program respond to my OnKeyDown() command, as long as there is nothing on the dialog box at all. It will perform nicely and do what I intend it to, until...I actually put anything, and I do mean anything in the dialog box itself. It could even be something so innocent as static text. Then when I depress a key on the keyboard, all I get is a beep from the program and none of the other intended functions run. I believe it has something to do with focus, am I right? If someone has the answer to get around my problem please lemme know. Some sample code sure would be great if you have the time.
Many thanks,
Nyjil