Simple one-dialog-box-application

Started by
1 comment, last by Maxxes 23 years, 2 months ago
I''ve made a small window application that consists entirely of one modeless dialog box that is registered in the winclass structure in winmain. Everything works fine except that I don''t seem to be able to add strings to Comboboxes or use the TAB key for switching controls. Anyone knows what''s going on?
Advertisement
No we don''t.

You didn''t specify how you''re trying to add items into the combo box. You''ll need to call the SendMessage function with the CB_ADDSTRING message (check docs for more info).

==========================================In a team, you either lead, follow or GET OUT OF THE WAY.
Are you using MFC? Are you using VC++''s nifty MFC app-wizard??

This topic is closed to new replies.

Advertisement