Hello Community,
I am searching for an elegant method to send a string from a non-autoit-process to autoit.
Criteria are:
- as easy ( few commands ) and unidependent ( eg win-api calls only ) to perform in any programming language
- no tcp/ udp
- no winSetText
I tried sending window messages but, I can only send pointers to strings within the lparam which then point to the
memory of another process and format depends on programming language.
So any ideas are welcome.
Thanks
B