|
-
Jan 21st, 2000, 01:51 AM
#1
Thread Starter
New Member
I want to creat another instance of the same form on the desktop without having to use a MDI form
Any takers
-
Jan 21st, 2000, 02:04 AM
#2
Option Explicit
Private Sub Command1_Click()
Dim asd As New Form1
asd.Show
End Sub ' tell me if that what you need
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
|