Click to See Complete Forum and Search --> : Creating a new window? Please help a beginner...


May 11th, 1999, 09:39 AM
... help, I'm a beginner to Visual C++ coding and I need some help. I need to create a new window inside of my mainframe and I can't figure out how to do it.
I know that it's gotta be easy, but I just can't figure it out. Any help would be appreciated from the gurus of this all --- thanks in advance!

May 11th, 1999, 10:56 AM
Your question is way too generic. There is plenty of information on this topic, both online and in books. Looks like yours is a MFC app.

- What kind of application is this, MDI, SDI and some special one?
- Can the purpose of the new window you want to create be served with one of
the MFC's view classes.

I would recommend referring to "Inside Visual C++" by David J. Kruglinski or
scores of other fine books available.

- Ramana