AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

COM_AtlAxCreateContainer

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
WankaUSR



Joined: 14 Aug 2007
Posts: 86

PostPosted: Sun Oct 25, 2009 12:35 pm    Post subject: COM_AtlAxCreateContainer Reply with quote

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
Back to top
View user's profile Send private message Visit poster's website
tank



Joined: 21 Dec 2007
Posts: 3700
Location: Louisville KY USA

PostPosted: Sun Oct 25, 2009 1:15 pm    Post subject: Reply with quote

Seanmay correct me but my understanding is they must be registered
_________________

We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Back to top
View user's profile Send private message
Sean



Joined: 12 Feb 2007
Posts: 2462

PostPosted: Mon Oct 26, 2009 12:28 am    Post subject: Reply with quote

Even if you knew how to do it, I strongly recommend registering first.
Back to top
View user's profile Send private message
WankaUSR



Joined: 14 Aug 2007
Posts: 86

PostPosted: Mon Oct 26, 2009 6:03 am    Post subject: Reply with quote

thanks for the answers I will stick with registering them and then loading
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group