G Giulio Sep 15, 2003 #1 Hi, I would like to view an HTML file in a browser, should I do it in C#? Thanks, Giulio
W William Ryan Sep 15, 2003 #2 System.Diagnostics.Process.Start("C:\\Program Files\\Internet Explorer\\IExplore.exe", http://www.infoprogroup.com/contact/contact.htm) This is it in VB.NET...you can tranlate it easy enough. Cheers, Bill
System.Diagnostics.Process.Start("C:\\Program Files\\Internet Explorer\\IExplore.exe", http://www.infoprogroup.com/contact/contact.htm) This is it in VB.NET...you can tranlate it easy enough. Cheers, Bill
G Gabriele G. Ponti Sep 15, 2003 #3 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
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
G Gurudev Sep 16, 2003 #4 in c# just append a ; to it -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Gurudev Software Engineer, NetKraft, Bangalore, India. e-me: (e-mail address removed) ____________________________________________
in c# just append a ; to it -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Gurudev Software Engineer, NetKraft, Bangalore, India. e-me: (e-mail address removed) ____________________________________________