bogQ Posted September 9, 2014 Posted September 9, 2014 (edited) ok, so after some pm-s with OP, getting handle of controll and sending with handle somehow worked for him Test 1 maybe worked or maybe did not work but there was his ip adress so i did not want to post results hereTest 2 and 5 worked with no problem and if you ask me that's more than enough for me test('[CLASSNN:WindowsForms10.EDIT.app.0.378734a15]', 2) test('WindowsForms10.EDIT.app.0.378734a15', 5) Func test($data, $try) ConsoleWrite('!> ---------------test:' & $try & ':' & $data & @CRLF) Local $winHwnd = WinGetHandle("CPACS Connector Configuration Tool") WinActivate($winHwnd) WinWaitActive($winHwnd) Sleep(1000) Local $contHwnd = ControlGetHandle($winHwnd, '', $data) If Not @error Then ConsoleWrite('!> ' & 'Looks ok from heare.' & @CRLF) Sleep(1000) ControlSend($winHwnd, '', $contHwnd, $try) If @error Then ConsoleWrite('!> ' & "ControlSend error!" & @CRLF) Sleep(1000) Local $text = ControlGetText($winHwnd, '', $contHwnd) If @error Then ConsoleWrite('!> ' & "ControlGetText error!" & @CRLF) Exit EndIf ConsoleWrite('!> ControlGetText:' & $text & @CRLF) ControlSetText($winHwnd, '', $contHwnd, '') Else ConsoleWrite('!> ' & "ControlGetHandle error!" & @CRLF) EndIf EndFunc ;==>test !> ---------------test:2:[CLASSNN:WindowsForms10.EDIT.app.0.378734a15]!> Looks ok from heare.!> ControlGetText:2!> ---------------test:5:WindowsForms10.EDIT.app.0.378734a15!> Looks ok from heare.!> ControlGetText:5 Edited September 9, 2014 by bogQ TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.
junkew Posted September 9, 2014 Posted September 9, 2014 I would suggest to try this '?do=embed' frameborder='0' data-embedContent>> FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
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