Results 1 to 17 of 17

Thread: Win32 App tabbing between controls SOLVED!

Threaded View

  1. #1

    Thread Starter
    Addicted Member bataeu's Avatar
    Join Date
    Nov 2000
    Location
    Walla Walla, Washington
    Posts
    144

    Win32 App tabbing between controls SOLVED!

    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
    Last edited by bataeu; Mar 10th, 2003 at 07:00 PM.
    C, C++ and none of that MCF crap either!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width