Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > HowTo: Launch Browser window from winform usercontrol ?
 

HowTo: Launch Browser window from winform usercontrol ?

Hi,

How do I launch an URL from inside a UserControl in Winforms.

I can Launch using Process.Start("http//Msn.com/");
but the problem is it opens in the same usercontrol window ??

I need to open a new window ? (lke javascript window.open)

Thanks for the Help.


Varadhg
MigrationUser 1  Monday, August 25, 2003 4:59 PM
Here's the easiest way: System.Diagnostics.Process.Start(URL)
MigrationUser 1  Wednesday, August 27, 2003 6:49 PM
Try this

Process.Start("IExplore.exe", "msdn.microsoft.com");
MigrationUser 1  Thursday, March 11, 2004 10:57 PM
Hi,
I've tried the above, but unfortunately I'm getting a security exception.  Do you have any idea how I can solve this issue

Thanx
Selven  Wednesday, October 26, 2005 6:36 AM

You can use google to search for other answers

Custom Search

More Threads

• How to update clickonce deployed application automatically...
• Problem with ShowDialog in Installer Class in Windows Vista.
• unable to add data files to data directory in a click once application
• Uninstall window has no text
• Where is smart client installed?
• Install helpprovider problem?
• Can I include Framework and all components on disc?
• Customizing deployment : installing prerequisites
• A ClickOnce Problem!!!!!
• Install updates after the application start