If you’re planning to build from the ground up a Win32 window without using the wizard, and would like to use TAB to move from a control to another one you need to add WS_TABSTOP style to all of your controls (at least ones you want moving on). But there is also something you need to do: add a call to IsDialogMessage to your event loop. That’s all folks. |
Powered by
- The Toy'd Project

