How to bypass Active X pop-ups when a html file with active x controls are loaded in IE+6
i have a vb6 project which 开发者_运维技巧uses web-components to open a HTML file, whenever i execute the vb6 program it asks me "Active X control on this page might be unsafe to interact with other parts of the page.Do you want to allow this interaction? Yes or No"
How to bypass this pop up?
If you make your OCX safe for scripting, then this problem will go away (but I guess from your other question, you already know this).
精彩评论