|
-
Jan 29th, 2000, 08:34 AM
#1
Thread Starter
Hyperactive Member
I know if the person clicks the x it is in the code form_unload but here is the thing when someone clicks the x it only kils that one form I want the rest to be killed too so I put unload all the forms under the form unload like this:
unload form1
but the thing is sometimes in the code i have it so the form unloads because of something else and when that happens it will kill them all when I don't want it to. I remember seeing something liek this maybe..
pirvate sub form_unload()
If vb?????? = true then
unload form1
end if
end sub
does anyone know how to do this?
then
------------------
Sincerely,
Chris
:-) ;-)
just have fun out there and live life to the fullest while it is still here
Email [email protected]
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
|