Ooops! in my last message I forgot to edit some statements dependednt
on my code, ignore these three statements at end...

HistoryEntry aHistoryEntry;
aHistoryEntry.Url=Url;
HistoryEntries.push_back(aHistoryEntry);

Just do whatever you want to with 'Url'


[EMAIL PROTECTED] (Akmal) wrote in message news:<[EMAIL PROTECTED]>...
> Hello All,
> 
> Can anybody help me to mozilla's global history usage. I wrote a
> simple web browser with gecko embedded, and now would like to show
> history sidebar like it is in firefox or mozilla. How can I retrieve
> all URLs which were saved in history.dat ? I looked at
> nsIGlobalHistory and it can only add or checj IsVisited property.
> Please help me.
> 
> Thank you.
> 
> -akmal.
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to