Hello,
I am fairly new to Win32 C++ but i am working on it. Anyways I have a Multiline Edit Box and two buttons on my window and I would like to be able to Press Tab when in the edit box and instead of inserting a tab have it go to the buttons. I figured i would just capture WM_KEYDOWN and get VK_TAB and just set focus ect... but unfortunatly if the main window doesnt have focus then it doesnt send the WM_KEYDOWN message. Anyways i would appriciate any help or critisism on the way i am doing things, anything that will make me a better programer. And I did search the forum and check MSDN first i just didnt find my answer.![]()
Thanks In Advance!
Josh Powers




Reply With Quote