Jump to content

Implement control from another application


APRES
 Share

Recommended Posts

So gradually I begin to believe that Autoit can everything.

Maybe even cook. :lmao:

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)

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...