[Gtk-sharp-list] System.Diagnostics.Process.Start...

gemini64 robby.schillinger at t-online.de
Wed Jan 10 13:27:20 EST 2007


hi, 
I wanted to start a webbrowser with a given url.

On linux it works fine with 

  Gnome.Url.Show(ud.Link);

this can't be used on Windows, so i tried there 

  System.Diagnostics.Process.Start(ud.Link);

This call opens finally successful the browser with the correct site
displayed.
But this call is sooooooo time consuming, that my application block
completely and aborts before the browser comes up.

Is there a known alternative way to call a webbrowser on Windows machines ?

Thanks for brain sharing :-)
-- 
View this message in context: http://www.nabble.com/System.Diagnostics.Process.Start...-tf2954261.html#a8263301
Sent from the Mono - Gtk# mailing list archive at Nabble.com.



More information about the Gtk-sharp-list mailing list