Active X object security with CDHtmlDialog?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Howdy, I have an application that uses CDHtmlDialog. I'd like to display ActiveX objects on the dialog. The problem is that if the user doesn't permit ActiveX on Internet Explorer, then I can't use them on CDHtmlDialog either. I've played with using GetOptionKeyPath, but the security options seem to be set in the registry in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings rather than in the key for IE. Is there a way to display ActiveX objects in CDHtmlDialog without gettings warnings based on the IE options?