How to make a cab file with safe MFC control??
C / C++ / MFC
2
Posts
2
Posters
1
Views
1
Watching
-
-
Hi all, I had created a cab file for a MFC control so I can load on Internet Explorer. Whenever I click on the control is always output a message telling me this control is not safe. Is there a way I can turn it off and assume my control is safe?? Thanks
aglcic wrote: Is there a way I can turn it off and assume my control is safe?? First thing is to implement the IObjectSafety interface in your control. To help with implementing IObjectSafety and other helpful info read the MSDN Safe Initialization and Scripting for ActiveX Controls[^] article. Roger Stewart "I Owe, I Owe, it's off to work I go..."