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

Thread: Model Form

  1. #1
    Guest

    Model Form

    How can I make a form a model form for my application? Like how a message box and be set to vbApplicationModal.


  2. #2
    Guest

    Re: Model Form

    Try this:

    'frmAbout will be always on the top of MDIMain
    frmAbout.Show vbModal, MDIMain



    Vlad




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