x42bn6 Posted June 26, 2008 Posted June 26, 2008 I need a little bit of help. I have an application I wish to automate actions with and there is a list box-like control on it, except that its class isn't SysListView32, but TBrowList. I want to be able to access its properties but ControlCommand doesn't work for TBrowList, apparently. A Google search for "TBrowList" returns absolutely nothing, so I'm a bit lost. My intention is to do basic commands like with ControlCommand (to get its size, active index, etc.).I have a feeling a TBrowList is a Delphi component as the other classes in the application all have names beginning with "T" (TMainForm, TEdit, etc.).The application is this: http://www.fmscout.com/page.php?al=fm_modifier_fm2008It's a clean install and doesn't do anything nasty.Any help is appreciated.
FreeFry Posted June 26, 2008 Posted June 26, 2008 Seems like you got a Delphi application there, Those are kinda hard to automate with the default AutoIt functions afaik. :/
FreeFry Posted June 27, 2008 Posted June 27, 2008 Well I'm not sure, I haven't worked that much with Delphi apps, so I don't know how to request their data, etc. :/ Perhaps I would resort to Memory Reading :-#
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