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.
Posted on 2006-03-05 07:13:04 by XCHG
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
Posted on 2006-03-05 09:56:18 by farrier
That was it, TranslateAccelerator and IsDialogMessage .

Thanks a lot man. Appreciate it
Posted on 2006-03-06 03:02:02 by XCHG