I have 2 EditBoxes created manually in win32asm(no .rc files) and I want to make this, but dont know how:
When I pressing TAB cursor and focus grid moves to other EditBox(Like If I Do .rc file and make there window and 2 EditBoxes).
Thanx In Advance.
Simple,
1. Add IsDialogMessage to your message loop.
2. Add the WS_TABSTOP style to your EditBoxes.