Use ActiveX Object?!
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to use methods in an activex component (.ocx) file in C++; In VB I simply used
Set obj=**CreateObject**("MSScriptControl.ScriptControl")
I don't know how should I do the same (either LateBonding or EralyBonding) in C++. I'd be glad if someone could help me out! -
Hi, I want to use methods in an activex component (.ocx) file in C++; In VB I simply used
Set obj=**CreateObject**("MSScriptControl.ScriptControl")
I don't know how should I do the same (either LateBonding or EralyBonding) in C++. I'd be glad if someone could help me out!Solved! Thanks to This great article!