erezlevi Posted January 19, 2008 Posted January 19, 2008 hi, I have two questions: 1) is @autoitPID is the windows handler of the script or I need to convert it to number? 2) what are the best ways (except using _sendmessage and guiregistermsg and wingethandle) to send and recieve a handler to/from external application that runs on a different lang? Thanks to all of those that will give me answers.
rasim Posted January 19, 2008 Posted January 19, 2008 1. This? #include <GuiConstants.au3> $hGui = GUICreate("Test", 300, 200) GUISetState() If @AutoItPID = WinGetProcess($hGui) Then MsgBox(0, "", @AutoItPID) Do Until GUIGetMsg() = -3
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