Sidmirza wrote:how to get Url from browser
Uri url = yourWebBrowser.Uri; string urlRepresentedAsString = url.ToString();
Uri url = yourWebBrowser.Source; string urlRepresentedAsString = url.ToString();
Sidmirza wrote:how to use webBrowser class?
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)