Click here to Skip to main content
15,896,498 members
Articles / Mobile Apps / Windows Mobile

ATL Windowless ActiveX Media Container

Rate me:
Please Sign up or sign in to vote.
5.00/5 (20 votes)
5 Mar 2009Apache7 min read 179.7K   8.1K   100  
Full-fledged ATL Windowless ActiveX Container. Ideal for hosting Windows Media Player, Transparent Flash and Silverlight Animations.
#pragma once
#define DISPID_XCPCTRL_SOURCE       0x00000020
#define DISPID_XCPCTRL_LOADED       0x0000002e
#define DISPID_XCPCTRL_CONTENT      0x00000031
#define DISPID_XCPCTRL_SETTINGS     0x00000032
#define DISPID_XCPCTRL_ONLOADED     0x0000002c
#define DISPID_XCPCTRL_ONERROR      0x00000026
#define DISPID_XCPCTRL_CREATEOBJECT 0x60020009
#define DISPID_XCPCTRL_VERSIONSUPPORTED 0x6002000a
#define DISPID_XCPCTRL_INITPARAMS   0x00000033
#define DISPID_XCPCTRL_LOADRUNTIME  0x60030000

#define DISPID_XCPCTRL_SPLASHSCREENSOURCE       0x00000037
#define DISPID_XCPCTRL_ONSOURCEDOWNLOADCOMPLETE 0x00000039
#define DISPID_XCPCTRL_ONSOURCEDOWNLOADPROGRESSCHANGED 0x00000038

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Software Developer (Senior)
United States United States
Ernest is a multi-discipline software engineer.
Skilled at software design and development for all Windows platforms.
-
MCSD (C#, .NET)
Interests: User Interface, GDI/GDI+, Scripting, Android, iOS, Windows Mobile.
Programming Skills: C/C++, C#, Java (Android), VB and ASP.NET.

I hope you will enjoy my contributions.

Comments and Discussions