|
-
May 11th, 1999, 09:39 AM
#1
Creating a new window? Please help a beginner...
... 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
#2
Re: Creating a new window? Please help a beginner...
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|