Link to home
Start Free TrialLog in
Avatar of rcoast
rcoast

asked on

Help using ActiveX (ShockWave) in an ATL C++ User Control

I am not familiar with this, and can use a kick start.

I am using ATL (unmanaged C++) and would like to use the ShockWave ActiveX object. I need to know how to declare it so that I can set a property or call a method.

For instance, if I could assign a variable to it, then I would like to call 'variable->LoadMovie()'
Avatar of jkr
jkr
Flag of Germany image

Take a look at the sample code at http://www.codeproject.com/KB/cpp/MFCShockwaveflashesEasily.aspx ("MFC 'shockwaveflashes' easily !"), it demonstrates how to use the ShockWave control by creating a wrapper class..
Avatar of rcoast
rcoast

ASKER

Thank you, I will look at this... but I'm looking for ATL, not MFC.
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rcoast

ASKER

That is what I needed, thank you.