createhtmlview

BlitzMax Forums/BlitzMax Programming/createhtmlview

Hi all ;)

I'm trying to make bank management program and I use createhtmlview

since.. the bank site require that you clear the explorer cache before entering into there site..

it's there a way to clear Ie cache? or something better
can I put a seperate Ie cache elsewhere on my hd so I can access the web bank without clearing the ie cache each time ?

You could grab the file using network commands and then open it in an htmlview locally.

Don't know if that helps.