Hello everyone,
I am using Pelles IDE and created a modeless dialog window which is the only window in the program. I have 2 small edit boxes and 1 push button, which are all set to accept tab stops. When I tested the window within the resource editor the tabstops worked. However, when I compile and execute the program the TAB key does nothing. The cursor sits in the 1st edit box or if the dialog window has focus nothing happens. Any ideas of what I'm doing wrong or forgot to set?
Also, if the dialog window has the focus I can process the ENTER key through WM_CHAR message to act as if the push button was pressed. However, if either of the edit boxes have the focus the ENTER key does nothing. I've been reading and re-reading Petzold and MSDN but obviously I'm missing something, which I'm sure is very trivial.
Thanks for any info.
Curt