Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB6 Unloading all hidden forms
Name: Michael Date: July 8, 2002 at 04:29:49 Pacific
Comment:
My current VB program has more than some forms and some are used to hold details then hiden. If the main form is closed using the X(close button) top right of the screen the hidden forms stay running.
How can I get the program to unload all forms when the shut it down in this way?
Summary: Hi, I am writing a program using Visual Basic 6, with the latest service pack installed. I have tested it on two computers, one running Windows Millenium and the other running Windows 98 (not SE). I a...
Summary: But what I have found is that being that the actual form is hidden, it will not allow focus there! Right now what I've done is told the actual frame (ie the html in the frame) to focus on itself onloa...
Summary: try this sample: on a form, add a progressbar (pb) and 2 command buttons (cmd1 as start and cmd2 as stop) Dim StopIt As Boolean Private Sub cmd1_Click() Dim i As Integer Dim j As Long ...