open same form multi times

G

Guest

Hi,
I am using a mdi form and a treeview with a toolbar controls. On the tool
bar I have a button to open a form that had IE control on it. This form I
want to be able open multiple times. How can i do this?
Brian
 
H

Herfried K. Wagner [MVP]

Brian Shafer said:
I am using a mdi form and a treeview with a toolbar controls. On the tool
bar I have a button to open a form that had IE control on it. This form I
want to be able open multiple times.

\\\
Dim f As New FooForm()
f.MdiParent = Me
f.Show()
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top