Posts in Microsoft Foundation Class Library
Flash Player: Loading from memory
- 26 November 2015
user cucao wants to know how to play a flash file from application resource. The user wants to use a dongle to protect unauthorized viewing of the flash file so can’t just put the swf file in plain sight.
Add the correct interface first in Adding an MFC Class from an ActiveX Control wizard.
- 04 December 2012
In good old times aka VC6, if you want to use an ActiveX in MFC, the Components and Controls Gallery would generate all the properties and methods of an ActiveX and pull dependent types and create wrapper classes for them as well. And it was good. It magically knows the main class of the Windows Media Player ActiveX is CWMPPlayer4 and that GetCurrentMedia method returns CWMPMedia.
Application crash when forcing IE8 rendering mode in webbrowser host
- 17 November 2010
[caption id=”” align=”alignright” width=”256” caption=”Image via
Wikipedia”][/caption]