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]