azman 0 Posted March 11, 2005 Hi! How to get the content of a Messagebox? Share this post Link to post Share on other sites
Andre 0 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! Share this post Link to post Share on other sites
azman 0 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). Share this post Link to post Share on other sites
Andre 0 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! Share this post Link to post Share on other sites
azman 0 Posted March 11, 2005 I can use spy but How can we know what mess..box display when a script running? Share this post Link to post Share on other sites
Andre 0 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! Share this post Link to post Share on other sites
azman 0 Posted March 11, 2005 if winexists() WinGetText()End ifAndre<{POST_SNAPBACK}> Thanks bro! I did it!!! This script worked very well!!! Share this post Link to post Share on other sites