I am writing an application using MS VC++ 1.52. One of the programs in
the application is an input form. I have created about 15 fields in
the main window CFrameWnd and would like to be able to tab
between the various input boxes. I have declared each of the boxes
(CEdit class) with a WS_TABSTOP attribute but am unable to tab between
the different boxes. From what I can understand this is all that I
should be required to do in order for tabbing to work. What am I doing
wrong.
Thanks in advance for any help anyone can offer.
Karl Sigl