emarel15 Posted January 29, 2010 Posted January 29, 2010 Hi there guys, I am new to Autoit/COM programming. I have a problem I wanted you to help. How can I communicate with my AutoIt file in my C++ application. I heard about COM, but can anyone care to give me an example on how I can do it? Or any sites for tutorials? Thank you very much.
emarel15 Posted February 2, 2010 Author Posted February 2, 2010 Hi there guys, I am new to Autoit/COM programming. I have a problem I wanted you to help. How can I communicate with my AutoIt file in my C++ application. I heard about COM, but can anyone care to give me an example on how I can do it? Or any sites for tutorials? Thank you very much.Anyone??
Christian Blackburn Posted March 23, 2010 Posted March 23, 2010 Hi emarel15, Sorry dude, I have no idea how your question has lingered this long. There are any number of ways to communicate. You can use a text or INI file and read and write message #'s. You can have a hidden label in each program and change the text as needed. Or you can do the preferred method which I think is the API call SendMessage with WM_USER as the command. Is communication one way or bi-directional and what are you trying to communicate? Good luck, Christian Christian Blackburn, A+, Network+
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