|
-
Dec 10th, 1999, 05:02 PM
#1
Thread Starter
Hyperactive Member
Hi,
I remember that once I created a button on my form that when you pressed it, it compleatly coped the form and created a new on with the old form still open. I remeber I used the NEW function but I can't remeber anything else.
Can you pease help me???
Thanks
-
Dec 10th, 1999, 07:04 PM
#2
Try this
Dim Newform As New Form1(or any other form)
Newform.Show
You can set any property of the form with the newform variable ie
Newform.caption = "vcbavbksa"
this would change the caption.
Hope this helped
-
Dec 10th, 1999, 10:10 PM
#3
Thread Starter
Hyperactive Member
Thanks a lot for your help!
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
|