PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
open same form multi times
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
open same form multi times
![]() |
open same form multi times |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
"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/> |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

