|
-
June 17th, 2001, 11:47 AM
#1
new creates 2....
I have the following code in a command button:
private Sub Command1_Click()
Dim n as Form1
set n = new Form1
n.show
End sub
But when i click on the button it creates 2 new forms the first time.
how can i solve this?
--Ant
--------------------------------------------------
check out my newest freeware
E-mail me at: [email protected]
for the address
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
|