minifiredragon
Programmer
Ok, I am looking for how to get to the settings for a dialog box I created so I can change it from modal to modeless. I was looking through the property window and didn't see it there.
I am calling the dialog like such:
dlgTimeLeft.DoModal();
I am assuming that doesn't force it as a modal box, but can change settings in the setup section.
I am using Visual C++ .net 2003, and I am still not fully familar with it.
I am calling the dialog like such:
dlgTimeLeft.DoModal();
I am assuming that doesn't force it as a modal box, but can change settings in the setup section.
I am using Visual C++ .net 2003, and I am still not fully familar with it.