Default Web Browser
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, How can I access the default web browser type(e.g. IE or Firefox), then feed a URL link to it for launching in c# ? Thanks
Just use Process class and pass url of the website. It will launch the default browser itself.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion