|
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
|