Launch a browser in C#

  • Thread starter Thread starter Giulio
  • Start date Start date
Hi,

One option is the Process.Start() method, for example:

Process.Start(myURL);

Please see the documentation of the Process class for more details.

Regards,

Gabriele
 
in c# just append a ; to it :-)

--
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gurudev
Software Engineer, NetKraft,
Bangalore, India.
e-me: (e-mail address removed)
____________________________________________
 
Back
Top