-
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, 10:14 AM
-
Replies: 3
Last Post: 03-26-2002, 02:23 PM
-
Replies: 0
Last Post: 02-08-2002, 05:30 PM
-
Replies: 0
Last Post: 02-07-2002, 06: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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|