Accessing Browser Favorites (WinForms/C#) -


Where and how can I use the web browser favorites and history?

Is it the only place for all browsers?

Thank you!

This is a small code to get history ie:

< Pre> public list & lt; String & gt; PopulateUrlList () {string regey = "software \\ Microsoft \\ Internet Explorer \\ typed URL"; Registry registry = Registry Current user Opensburgie (regke); String url = null; & Lt; String & gt; UrlList = new list & lt; String & gt; (); Int counter = 1; Whereas (true) {string sValName = "url" + counter.ToString (); Url = (string) subKey.GetValue (sValName); If ((object) url == faucet) {break; // TODO: could not be true: exit} urlList.Add (url); Counter + = 1; } Return urlist; }

Comments