I am new to ActiveX Controls
, though I have some basic background in COM/ATL programming.
Steps
The project is a simple Win32 project created using the Visual Studio 2012 wizard. I have selected all the default options. The dialog box is created using the resource editor dialog and then selecting new dialog option.
Problem
In my application I want to host the Internet Explorer (or some other) activex control in a dialog box. But the problem is that when I right click (as suggested by many sites and even msdn) the insert activex control ...
is always disabled. I am not using MFC, but instead CAxDialogImpl
(as described here).
Please suggest what I am doing wrong? How can I enable insert activex control ...
in Visual Studio 2012 dialog editor?