/ Published in: C#
Start a web page from c# in windows form
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
System.Diagnostics.Process.Start(url + lbl_wpts.Text);
URL: ...