dialog controls breaking dialog box...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Need Helps said:
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].
 
Back
Top