get windows forms contents from another running applicaton

-3

I have one application running and I used Autoit Window Info to get the basic control info which is showing below, the contents of the form just like a data grid, displaying row by row of data with column name, I am wondering if possible to read contents of this window, so I can get the 1st row of data.

>>>> Window <<<<
Title:  1 candles up
Class:  WindowsForms10.Window.8.app.0.1a8c1fa_r6_ad1
Position:   -1342, 307
Size:   996, 675
Style:  0x16CF0000
ExStyle:    0x00050100
Handle: 0x0000000010660F66

>>>> Control <<<<
Class:  WindowsForms10.Window.8.app.0.1a8c1fa_r6_ad1
Instance:   6
ClassnameNN:    WindowsForms10.Window.8.app.0.1a8c1fa_r6_ad16
Name:   dataGridView1
Advanced (Class):   [NAME:dataGridView1]
ID: 395416
Text:   
Position:   0, 0
Size:   980, 636
ControlClick Coords:    488, 120
Style:  0x56010000
ExStyle:    0x00000000
Handle: 0x0000000000060898

>>>> Mouse <<<<
Position:   -846, 458
Cursor ID:  0
Color:  0x00FF00

>>>> StatusBar <<<<

>>>> ToolsBar <<<<

>>>> Visible Text <<<<


>>>> Hidden Text <<<<
elementHost1

Thanks

Greg

winforms
autoit
asked on Stack Overflow Oct 4, 2018 by G Chu • edited Oct 5, 2018 by Pretasoc

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0