-
Parent, child forms question
The Situation:
I have a parent window and on clicking a button a child window opens in it. (MDI situaiton.) now when I click on another button of parent some new chjild window open on top of the previous child. But the previous cvhild is still there.
I want to close that before openeing the new child. and also no matte how many itmes I click on the child button, only one child form of that specific type shopuld be open. which is not the case presently. At the present moment when I click on the child button some times, after every button click, a new child openes. I dont want this.
help? ? ?
-
before open a new form close the previous form using
For Each frm In Me.MdiChildren
frm.close
Next
-
Similar Threads
-
Replies: 2
Last Post: 03-06-2005, 09:14 AM
-
Replies: 3
Last Post: 03-26-2002, 01:23 PM
-
Replies: 0
Last Post: 02-08-2002, 04:30 PM
-
Replies: 0
Last Post: 02-07-2002, 05:38 PM
-
By TC in forum VB Classic
Replies: 8
Last Post: 09-26-2000, 02:34 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks