PC Review Forums Newsgroups Microsoft DotNet Microsoft VB .NET open same form multi times

Reply

open same form multi times

 
Thread Tools Rate Thread
Old 14-03-2006, 09:13 PM   #1
=?Utf-8?B?QnJpYW4gU2hhZmVy?=
Guest
 
Posts: n/a
Default open same form multi times


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
  Reply With Quote
Old 14-03-2006, 09:53 PM   #2
Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
Default Re: open same form multi times

"Brian Shafer" <BrianShafer@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/>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off