Jump to content

Recommended Posts

Posted (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 here

Test 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 by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
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.

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...