Retrieving 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 13:23 UTC
Read the original article Hit count: 241

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.

Edit: I believe the file I'm looking for is index.dat. But it's certainly not in the same place it is on a desktop machine, if it exists at all. And I'm not sure how to parse it. Any experience in this area would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about windows-mobile

Related posts about c#