Windows Mobile browser history

Posted by kurige on Stack Overflow See other posts from Stack Overflow or by kurige
Published on 2010-04-26T12:38:11Z Indexed on 2010/04/26 12:43 UTC
Read the original article Hit count: 452

Filed under:
|
|

How can I retrieve a list of urls a user has visited on a Windows Mobile phone?

I've written a program that successfully retrieves the visited urls in a user's cache, using FindFirstUrlCacheEntry and FindNextUrlCacheEntry - but as I understand it this is not the same as the user's actual web history. In any case it does not seem to give correct results.

© Stack Overflow or respective owner

Related posts about windows-mobile

Related posts about c#