Disable Images, ActiveX Etc in VB6 WebBrowser control using DLCTL_NO_

Posted by neddy on Stack Overflow See other posts from Stack Overflow or by neddy
Published on 2010-06-10T07:28:25Z Indexed on 2010/06/10 7:32 UTC
Read the original article Hit count: 297

Filed under:
|

Like the title says, i want to disable images, and ActiveX Controls in the vb6 webbrowser control using DLCTL_NO_RUNACTIVEXCTLS and DLCTL_NO_DLACTIVEXCTLS

Microsoft talk about it here: http://msdn.microsoft.com/en-us/library/aa741313.aspx

But i dont see any way to access IDispatch::Invoke from the vb6 application.

Any help would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about vb6

Related posts about webbrowser-control