Home All Groups Group Topic Archive Search About

open same form multi times

Author
14 Mar 2006 9:13 PM
Brian Shafer
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

Author
14 Mar 2006 9:53 PM
Herfried K. Wagner [MVP]
"Brian Shafer" <BrianSha***@discussions.microsoft.com> schrieb:
> 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()
///

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>