J
Jon Berry
Is there a way to launch the default browser with the users home page?
This works for launching the browser with a page:
System.Diagnostics.Process.Start(http://www.google.com);
I don't need it to load a page, however.
Thanks.
This works for launching the browser with a page:
System.Diagnostics.Process.Start(http://www.google.com);
I don't need it to load a page, however.
Thanks.