HELP: WebBrowser Control --> Flags

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

How do I disable history logging with the ActiveX IE control?

I'm passing in flags as follows:

HtmlControl.Navigate2(_NavigateURL, &H20)

But it doesn't seem to work.

Any ideas?

Thanks.
 
Hi all,

How do I disable history logging with the ActiveX IE control?

I'm passing in flags as follows:

HtmlControl.Navigate2(_NavigateURL, &H20)

But it doesn't seem to work.

Any ideas?

Thanks.

Oops I used HtmlControl.Navigate2(_NavigateURL, &H2)


Doesn't work :(
 
Back
Top