Jump to content

Recommended Posts

Posted

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!
Posted

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).
Posted

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!
Posted

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!
Posted

if winexists()

WinGetText()

End if

Andre

<{POST_SNAPBACK}>

Thanks bro! I did it!!! :) This script worked very well!!!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...