Identifying SDI/MDI/Dialog based
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, How to identify the already created application is SDI/MDI/Dialog based. Thanks in advance
shir_k wrote:
How to identify the already created application is SDI/MDI/Dialog based.
An option could be to check main window class using GetClassName. AfxGetMainWnd()->GetClassName()...
Nibu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http:\\nibuthomas.wordpress.com