How can i display a dialog window with adding a class to it and using the following to invoke it:
CClasX dlg(this);
dlg.DoModal();
I know you can do it without a class but im not sure how.
And second why would you want to invoke a dialog without a class - are they advantages?
Thanks