I dont know why, but whenever i create a window and its childs having a WS_TABSTOP, i cant navigate throught the childs by the tab key. do i have to do any codings in the WndProc of the parent window or what ? any help would be appreciated.
XCHG,
I attached a FASM program in this linked post:
http://www.masmforum.com/simple/index.php?topic=2942.msg26129#msg26129
I believe it addresses your question.
hth,
farrier
I attached a FASM program in this linked post:
http://www.masmforum.com/simple/index.php?topic=2942.msg26129#msg26129
I believe it addresses your question.
hth,
farrier
That was it, TranslateAccelerator and IsDialogMessage .
Thanks a lot man. Appreciate it
Thanks a lot man. Appreciate it