Hi!
I have a problem using the OnKeyDown function in Visual C++ 6.0. The problem is that the source code seems to be all right, but when I press a button I only get a speaker beep and nothing else happens, the function code isn't executed. In the dialog box I also have 2 scrolls and I think that after starting the application they get focus or something like that and the keybord event doesn't even occur. Using keybord I can only move the scrolls with cursors, but that's not what I had in mind:) Can anybody help me?
I have a problem using the OnKeyDown function in Visual C++ 6.0. The problem is that the source code seems to be all right, but when I press a button I only get a speaker beep and nothing else happens, the function code isn't executed. In the dialog box I also have 2 scrolls and I think that after starting the application they get focus or something like that and the keybord event doesn't even occur. Using keybord I can only move the scrolls with cursors, but that's not what I had in mind:) Can anybody help me?
Comment