WankaUSR
Joined: 14 Aug 2007 Posts: 86
|
Posted: Sun Oct 25, 2009 12:35 pm Post subject: COM_AtlAxCreateContainer |
|
|
I am curently using
| Code: | COM_AtlAxGetControl(COM_AtlAxCreateContainer(hWnd, x, y, w, h, "VideoLAN.VLCPlugin.1"))
COM_AtlAxGetControl(COM_AtlAxCreateContainer(hWnd, x, y, w, h, "SOPOCX.SopCoreCtrl.1"))
COM_AtlAxGetControl(COM_AtlAxCreateContainer(hWnd, x, y, w, h, "ShockwaveFlash.ShockwaveFlash")) | to create object in my script
I've tried using | Code: | | COM_AtlAxGetControl(COM_AtlAxCreateContainer(hWnd, x, y, w, h, "sopocx.ocx")) | to create object from file but my understanding of The COM library is very limited. Is this even possible? I mean without having to register the components .. just load them directly |
|