User (Legacy) Posted January 28, 2000 Report Share Posted January 28, 2000 Is there any way to make a ChartFX properties dialog modal? Specifically, I am bringing up the properties dialog when the user presses a button in a setup wizard... IChartFXPtr _pChartFX; _pChartFX.CreateInstance(__uuidof(ChartFX)); // Import template settings from database. _pChartFX->ShowDialog(CDIALOG_OPTIONS, 0); // Export template settings to database. ... and the fact that it pops up as modeless leads to countless headaches if the user clicks "Next" before closing the dialog. Thx. Andrew Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.