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

Thread: modal form?

  1. #1
    Join Date
    Apr 1999
    Location
    Potsdam
    Posts
    110

    modal form?

    Is there a way to make a form modal? I want the user to have to close the form before he/she can get to any other window. Thanks.


  2. #2
    Guest

    Re: modal form?

    a form is derivate from CWnd and contain the function RunModalLoop.
    Try This .


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