Windows Develop Bookmark and Share   
 index > Windows Forms General > Working with multiple forms
 

Working with multiple forms

Hey,

I have two forms open and visible to the user. We'll call the form in the background:form 1,andthe form in the foreground: form 2. Form 1 initiates form 2. After form 2 is initiated,I disable form 1 - I want both forms to be visible to the user, but only form 2 to be accessible by the user.

How do I get form 1 to be re-enabled if form 2 cannot call any form 1 functions nor change any form 1 settings?

Arturo_08  Monday, April 30, 2007 5:07 AM
show the form using ShowDialog() instead of using the Show() method.
a.Binny  Monday, April 30, 2007 7:50 AM
show the form using ShowDialog() instead of using the Show() method.
a.Binny  Monday, April 30, 2007 7:50 AM
thanks
Arturo_08  Tuesday, May 01, 2007 9:14 PM

You can use google to search for other answers

Custom Search

More Threads

• Dataset Updating but DB Table not?
• ListView Not accepting scroll messages
• Windows Visual studio help please.
• Question about the DrawParentBackground function
• GridView AutoComplete Related Problem
• I want to Adjust scrren pixel position run time with vb.net
• role-based authorization
• Date time Format
• searching items in dataset table
• Downloading HTML pages...