Tag Archives: VB NET VS2010

Open a file in VB.NET

To open a file in it’s default application all you need is one line of code: System.Diagnostics.Process.Start("www.mysite.com") or System.Diagnostics.Process.Start("N:\myfile.pdf")
Posted in VB.NET | Tagged | Leave a comment