|
-
Feb 23rd, 2000, 08:56 AM
#1
Thread Starter
Junior Member
hi there!
pl help me . in this issue.
how can i close mdi child form in run tinme after certain condition met, like i am using login form in Mdi project after the valid user logs in the login form should close automatically. pl help me...
-
Feb 23rd, 2000, 09:01 AM
#2
Hyperactive Member
Simply type:
Unload MDIChild
where MDIChild is the name of the child form. You can use that to completely unload the form, or if you just want to hide it, you can type:
MDIChild.Hide
Either one will work to simply remove it from the user's screen. However, unloading it will free up more memory.
-Ryan
I smell varmint poontang, and the only good varmint poontang is dead varmint poontang...
-Bill Murray, Caddyshack
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
|
Click Here to Expand Forum to Full Width
|