CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    22

    Multiple windows?

    Hey,
    I have multiple forms showing on my program, now i should have the latest loaded form staying focused/active? even if i click on other form and look at it. Is this possible?
    Thanks in advance


  2. #2
    Join Date
    Sep 2001
    Location
    IL, USA
    Posts
    1,090

    Re: Multiple windows?

    Show the last form as Modal:LastForm.Show vbModal




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