
How to describe a new main window forcurrent Dialog Box application
I have an small application based upon a Dialog Box for the presentation
layer but now find myself wanting a main window to show application messages
as data is processed. My problem is one of selecting a window class using
class wizard and implementing the window correctly. I have developed a
window using WIN32 API calls but would like this project to be pure
MFC code. I did take a stab at it but got bugged down in understanding what to
do. Please give me a few tips to head in the right direction. Thank you.
Richard