CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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!



  2. #2
    Guest

    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
  •  





Click Here to Expand Forum to Full Width

Featured