APRES Posted October 5, 2006 Posted October 5, 2006 So gradually I begin to believe that Autoit can everything. Maybe even cook. But can the follwing? There is an application which runs on background. It has a control which I can communicate with ControSend and ControlGetText. What is the right way ( if there is one ) to implement it into own application? (GUI or even better IE)
FuryCell Posted October 5, 2006 Posted October 5, 2006 Take a look at GUICtrlCreateObj() in the helpfile. You will need to see if the control is a COM object first.GUICtrlCreateObj --------------------------------------------------------------------------------Creates an ActiveX control in the GUI. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
APRES Posted October 8, 2006 Author Posted October 8, 2006 Take a look at GUICtrlCreateObj() in the helpfile. You will need to see if the control is a COM object first.Yes it is a nice one.But the problem begins one step earlier. There is a class which is implemented somehow into IE. And I can communicate with it by ControlGetText.But how I make an object from it to be able to use GUICtrlCreateObj()?I have a feeling of fisher who sees a fish but can't catch it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now