Jump to content

Working with weird SysListView32-like control


Recommended Posts

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_fm2008

It's a clean install and doesn't do anything nasty.

Any help is appreciated.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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