G
Guest
Hi everybody,
I am using a LinkLabel control to in a VB.NETwindows application to visit
web pages, and I am using
System.Diagnostics.Process.Start("http://www.microsoft.com")
Using this line of code I am unable to open the web pages in different web
browser, that is if, one browser window is opened with the
"www.microsoft.com" link, then the following instruction
System.Diagnostics.Process.Start("http://www.google.com")
will open google, in the same browser window, where microsoft.com was opened
previously,
Can anybody help me to open different browser window for different URL using
System.Diagnostics.Process.Start(URL) and LinkLabel?
Thanks
I am using a LinkLabel control to in a VB.NETwindows application to visit
web pages, and I am using
System.Diagnostics.Process.Start("http://www.microsoft.com")
Using this line of code I am unable to open the web pages in different web
browser, that is if, one browser window is opened with the
"www.microsoft.com" link, then the following instruction
System.Diagnostics.Process.Start("http://www.google.com")
will open google, in the same browser window, where microsoft.com was opened
previously,
Can anybody help me to open different browser window for different URL using
System.Diagnostics.Process.Start(URL) and LinkLabel?
Thanks