|
-
Oct 10th, 2000, 08:10 PM
#16
Say, you used this on a secondary form to free up memory like:
and later you want to show it again, you would use:
HeSaidJoe: Yes, all forms ARE loaded at startup so if you call the form.show method, it never returns an error.
Load is the same as:
Code:
Dim Form1 As New Form1
<except it can't be used to create new instances or forms.> new instance of form = new form
get it?
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
|