get url from IE and Firefox
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, How to get the url and webpage name from IE browser and firefox in window with c# ? Thanks
You can try finding url textbox by using FindWindowEx api and then retrieving text by getwindowtext api.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion