Own class like MessageBox
-
If you made own class like MessageBox from what class it would be derivatived and why?
-
If you made own class like MessageBox from what class it would be derivatived and why?
if you mean you want to reproduce MessageBox-like Classes, CDialog seem to be a good class... otherwise, please precise a bit more what you want.
TOXCCT >>> GEII power
[VisualCalc] -
if you mean you want to reproduce MessageBox-like Classes, CDialog seem to be a good class... otherwise, please precise a bit more what you want.
TOXCCT >>> GEII power
[VisualCalc]Yes, I want to create a MessageBox-like class with extended features. But, why not CWnd class instead CDialog?
-
Yes, I want to create a MessageBox-like class with extended features. But, why not CWnd class instead CDialog?
because CWnd is not a class for dialogs... or you recreate your own CmyDialog !!??!! i advise you not to... lol use CDialog to create dialog boxes...
TOXCCT >>> GEII power
[VisualCalc] -
because CWnd is not a class for dialogs... or you recreate your own CmyDialog !!??!! i advise you not to... lol use CDialog to create dialog boxes...
TOXCCT >>> GEII power
[VisualCalc]ell, thanks you. I'll think about this.