RicDias Posted March 7, 2009 Posted March 7, 2009 Hi all.This is a DMX Light Software. What I am trying to do is get the DMX values from the program.Any ideas?The software has a window that has this information:>>>> Window <<<< Title: DMX Output Monitor Class: TDMXOutForm Position: 1066, 434 Size: 356, 264 Style: 0x16CC0000 ExStyle: 0x00010100 Handle: 0x0008091C >>>> Control <<<< Class: TStringGrid Instance: 1 ClassnameNN: TStringGrid1 Advanced (Class): [CLASS:TStringGrid; INSTANCE:1] ID: 657706 Text: Position: 0, 0 Size: 348, 199 ControlClick Coords: 151, 64 Style: 0x54210000 ExStyle: 0x00000200 Handle: 0x000A092AI'm trying to get those values from all cells of the table. Is it possible?
PsaltyDS Posted March 8, 2009 Posted March 8, 2009 Hi all. This is a DMX Light Software. What I am trying to do is get the DMX values from the program. Any ideas? The software has a window that has this information: >>>> Window <<<< Title: DMX Output Monitor Class: TDMXOutForm Position: 1066, 434 Size: 356, 264 Style: 0x16CC0000 ExStyle: 0x00010100 Handle: 0x0008091C >>>> Control <<<< Class: TStringGrid Instance: 1 ClassnameNN: TStringGrid1 Advanced (Class): [CLASS:TStringGrid; INSTANCE:1] ID: 657706 Text: Position: 0, 0 Size: 348, 199 ControlClick Coords: 151, 64 Style: 0x54210000 ExStyle: 0x00000200 Handle: 0x000A092A I'm trying to get those values from all cells of the table. Is it possible? There is a long history of posts on the forum about trying to work with grid controls. All negative so far. The grid control is "owner drawn", meaning they are drawn by custom software and the normal Windows APIs that AutoIt can use have no interface to talk to in them. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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