I have some edit control, buttons in the Parent Window. When I press
tab focus doesn't move to next one.
Plz give me hints.
I'm a beginner. Plz pardon my mistakes.
--------------------------------------------------------------
Windows Seven Ultimate x86
Vistual Studio 2008 Pro
Don't call PostQuitMessage() when you destroy it or simply hide it
(ShowWindow())
Navigation using the Tab key requires that you call IsDialogMessage()
in your message pump (message loop). Despite its name, you can call
it for any window that contains child controls. See:
http://msdn.microsoft.com/en-us/library/ms645498.aspx
Richard.
http://www.rtrussell.co.uk/
To reply by email change 'news' to my forename.