Click to See Complete Forum and Search --> : Creating a Window


Tyrone Watt
August 4th, 1999, 03:35 AM
Hi,

I have created a SDI form view MFC App, And I want to create an New Edit View Window. How would I go about this. Do I have to register a new window class, or is their an easier way using MFC.
I don't want to use a dialog class. EG.
On the menu, u click on View->logs and a notepad like program pops up. The window must be created by the app.
Thanx
Tyrone

Victor Boctor
August 4th, 1999, 03:54 AM
Checkout the CWnd::PreCreateWindow, overriding it and making the class name to be that of the edit box might be of help.

Good luck,
Victor.