Andre Posted March 11, 2005 Posted March 11, 2005 is 't an messagbox from autoit or an different program ? Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
azman Posted March 11, 2005 Author Posted March 11, 2005 is 't an messagbox from autoit or an different program ?Andre<{POST_SNAPBACK}> .NET project(C#). I want when a messagebox appear, my script will insert content of mess... in report( auto).
Andre Posted March 11, 2005 Posted March 11, 2005 try to use the spy on the msgbox to see if you can read/capture the text inside the window. Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
azman Posted March 11, 2005 Author Posted March 11, 2005 I can use spy but How can we know what mess..box display when a script running?
Andre Posted March 11, 2005 Posted March 11, 2005 if winexists() WinGetText() End if Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
azman Posted March 11, 2005 Author Posted March 11, 2005 if winexists() WinGetText()End ifAndre<{POST_SNAPBACK}> Thanks bro! I did it!!! This script worked very well!!!
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