Adding a dialog in resource as child window at runtime?
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
I Have created a dialog in the resource editor. Now I want to add this in other frame window as a child component. I have created a class by deriving CDialogImpl<> template, to access the dialog in the program. How can I add an object of this class as a child window inside other class or frame window. Note: I am using only WTL library. and the platform is VC++ in microsoft visual studio.NET Gyan Prakash JOshi