WebBroswers Control -> History

J

Jay Brodie

I am trying to find a way to have the webbroswer object in my VC app to NOT
write the browsed sites to the normal history for the deaktop computer.

I have looked all over and cant find anything remotly close to what I need.

Can someone shed some light on this for me? Or am I wasting my time
looking?

TIA

Jay
 
R

rossum

I am trying to find a way to have the webbroswer object in my VC app to NOT
write the browsed sites to the normal history for the deaktop computer.

I have looked all over and cant find anything remotly close to what I need.

Can someone shed some light on this for me? Or am I wasting my time
looking?

TIA

Jay
If there is no direct way of doing it then try an indirect approach.
Take a copy of the history when your object starts up, then restore
the copy when your object closes down. Any changes made in between
will be wiped.

rossum
 
G

GhostInAK

Hello rossum,

That would also wipe any history items produced via normal browser activity
during the time Jay's app is in operation.

-Boo
 
J

Jay Brodie - www.ssmm.ca

So I guess there is no easy way to be able to isolate this.

Anyone know if there is a way I can just get into the history and delete a
specifc URL excluding any querystring differences on close?

There is really only one URL I hit with it but the querystring values passed
in will change from one to another.

Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top