Start a Web Page from windows form


/ Published in: C#
Save to your folder(s)

Start a web page from c# in windows form


Copy this code and paste it in your HTML
  1. System.Diagnostics.Process.Start(url + lbl_wpts.Text);

URL: ...

Report this snippet


Comments


You need to login to view comments.