How to enable 'Insert Activex Control' in Visual Studio 2012 for a Win32 Dialog based application?
问题 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