Redirect WebPage through Window Button in C#
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi guys I want to redicet a web page when user click on button in window based application using C#, Like we do in asp.net "Response.Redirect("http://www.codeproject.com"). Is it possible and how Thanks & Regards Shafiq.....
Do you want something like
System.Diagnostics.Process.Start("www.codeproject.com");
-
Do you want something like
System.Diagnostics.Process.Start("www.codeproject.com");