|
-
Sep 21st, 2002, 04:19 PM
#1
Thread Starter
New Member
Blank Form
Show a new Blank Form using Code
Ej.
Programming a CommandButton that show a new Form without using Add Form in Visual Basic
I'm try this
dim frmC as form
set frmC = new Form
but this don't work
I know that I can put
set frmC = new Form1 but this show all element in the form1 and if I change the name of form1, this make and error.
I need that when click the button appear a new Blank Form.
I need this to implement my Activex Control.
Send me an email to [email protected]
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
|