Re: Selection of a particular row in Grid Layout
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, There are many questions of this sort, now. For example: PowerShellAnalyzer uses controls with class name "WindowsForms10.Window.8.app.0.378734a" There are many instances of it among PSA windows. How can you work with this special content? Other example is the OpenOffice applications. Every control can have own set of special messages. The last can be standard (Windows API) and foreign messages. So, there isn't common AutoIt's way to read/write text content of any GUI controls. This is a field of AutoIt's art (or troubles) but not technic or method, I think. Valery --- In [email protected], "anand_shelake" <anand_shelake@...> wrote: > > My .Net application is using third party Grid Layout. I want to verify > the data added in Grid layout and also want to select the same. > AutoIt is recognising the Grid as a single control. Can anybody tell > how should I go about it? >