I'm trying to create a dialog box that pops when a menu item is selected, and it works fine unless I put certain controls in the dialog box. I tried a month calendar, slider, and a date time picker, and with these controls the dialog box doesn't appear when I select the menu item. However, if I delete those controls from the dialog box, and just have buttons, it appears fine. Any ideas? Thanks in advance
NH
Jeff Partch - 09 Jun 2004 20:22 GMT
> I'm trying to create a dialog box that pops when a menu item is selected, and it works fine unless I put certain controls in the dialog box. I tried
a month calendar, slider, and a date time picker, and with these controls
the dialog box doesn't appear when I select the menu item. However, if I
delete those controls from the dialog box, and just have buttons, it appears
fine. Any ideas? Thanks in advance!
You probably need to call InitCommonControls[Ex].

Signature
Jeff Partch [VC++ MVP]
Need Helps - 09 Jun 2004 20:41 GMT
You were right. Thanks very much
NH