Controlling external application

hi,

I was did with delphi7. control and acces to handles component of external runing application.
i could simulate click on buttons, read datefields etc…

is it possible with xojo to make the same thing ?

sorry for my bad english
thanks

You’d have to see about the windows API’s that Delphi was actually using to do that
Or there is OLE automation

There are a lot of things possible with Sendkeys, since most Windows applications are completely keyboard aware.

Xojo can use that. https://forum.xojo.com/6009-sendkey-function/0

Ok, there is no way issue under mac wirh xojo ?

Most apps on OS X dont support anything like OLE
You could use Apple Script IF they support it

God idea i will try it
Thanks a lot !!!