
Making a Form the Active Form
Hi SeeGuy,
Instead of using multiple forms, you can try Panels. You can go "Next" and
"Back" by setting the Panel.Visibility property accordingly.
Regards,
Felix Wu
=============
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Quote:
>Content-Class: urn:content-classes:message
>Subject: Making a Form the Active Form
>Date: Sat, 8 Feb 2003 05:27:52 -0800
>Lines: 10
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>Thread-Index: AcLPdeGF9UULVYcCQB2lTrz6gJksxg==
>Newsgroups: microsoft.public.dotnet.languages.vb
>Path: cpmsftngxa06
>Xref: cpmsftngxa06 microsoft.public.dotnet.languages.vb:89043
>NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
>X-Tomcat-NG: microsoft.public.dotnet.languages.vb
>I have an application that brings forms up in a
>sequentail, wizard like (modal, showdialog) fashion.
>Everything works OK but if a user goes back and forth
>between forms multiple times the form will not be made the
>active form.
>I'm using a forms collection to store refrences to the
>forms. Is there a way to make a form the active form?
>Thanks!