How to open a webpage from C# button - Windows Form Curt Sahd Read more posts by this author. Curt Sahd 4 Feb 2012 • 1 min read Very simple, a one liner: System.Diagnostics.Process.Start(“http://www.xplodebackup.com”); Cherio!