CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2003
    Location
    Cambridge UK
    Posts
    14

    multiple forms in the application

    Hi,

    Is it possible to run two window forms in an application without one beeing a child form of the main form?

    Thank you

    malg

  2. #2
    Join Date
    Dec 2002
    Posts
    47
    Yes. You can create multiple frames, popups, and modeless dialog windows.

    -rick

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