Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: ArCHoN on January 22, 2004, 11:50 PM

Title: looking for a command
Post by: ArCHoN on January 22, 2004, 11:50 PM
End is the command to cloes the whole app your making. what is the command to just cloes the form you want closed.
Title: Re:looking for a command
Post by: Tuberload on January 23, 2004, 12:59 AM
Edit: I misunderstood your post.
Title: Re:looking for a command
Post by: effect on January 23, 2004, 02:30 AM
Unload <YOURFORMNAMEHERE>
Title: Re:looking for a command
Post by: ArCHoN on January 23, 2004, 12:48 PM
Thanks null it worked fine
Title: Re:looking for a command
Post by: Blaze on February 06, 2004, 06:29 AM
Quote from: ArCHoN on January 22, 2004, 11:50 PM
End is the command to cloes the whole app your making. what is the command to just cloes the form you want closed.

wow... i have never used the "end" command... wow i always was using unload... wow i feel soo stupid....
Title: Re:looking for a command
Post by: dxoigmn on February 06, 2004, 12:24 PM
Quote from: KkBlazekK on February 06, 2004, 06:29 AM
Quote from: ArCHoN on January 22, 2004, 11:50 PM
End is the command to cloes the whole app your making. what is the command to just cloes the form you want closed.

wow... i have never used the "end" command... wow i always was using unload... wow i feel soo stupid....

Don't use end.