Make your program to access temporary internet file folder and list all file there
"documents and settings\%username%\local settings\temporary internet files\ "
And check this registry keys from "HKCU\Software\Microsoft\Internet Explorer\TypedURLs"
Jx_Man
Nearly a Senior Poster
3,329 posts since Nov 2007
Reputation Points: 1,372
Solved Threads: 444
Sorry Michael, that is .NET only and won't work in VB6.
Once you have the path to the temporary internet folder and if you can enumerate through its files by using DIR/FSO/FindFirstFile-FindNextFile/DriveListBox-DirListBox-FileListBox then you can use the FreeFile Function-Open Statement-Input Function-Line Input Function- and the close statement to read the contents of the cookie files (since they are text files).
Good Luck
vb5prgrmr
Posting Virtuoso
1,912 posts since Mar 2009
Reputation Points: 156
Solved Threads: 296