bof2eof Posted October 22, 2006 Posted October 22, 2006 Hi, Why there is not a MsgBox method in AutoItX. How can I send a message to the user and get a response from him. Thanks for any reply
this-is-me Posted October 23, 2006 Posted October 23, 2006 The answer to my best understanding is that nearly any lanugage you can use AutoItX in will have a MsgBox or Alert of its own. Therefore, it is considered redundant in most circumstances. Who else would I be?
bof2eof Posted October 24, 2006 Author Posted October 24, 2006 Hi "this-is-me", Thanks for your reply. You are right, but in some circunstances I think that redundancy can make things easier. I suppose that it is the case I am dealing with. I am using AutoIt with VBA-Excel. So far, in order that the user can answer while he is seeing the other application, I have to activate Excel, hide Excel and show a InputBox. I will try other approaches but with a MsgBox method in AutoIt I would have my problem solved. Nevertheless, thanks again.
Richard Robertson Posted October 25, 2006 Posted October 25, 2006 Most VB languages have a MsgBox function. Why doesn't VBA?
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