I'm currently evaluating your product as a replacement for our current automation solution.
I'm having a problem with one of our controls. We have a few custom controls written in C++, and this one is a special ListBox with acts almost like a treeview. I don't think I can send you a copy of the application, but there's a page here for it on our company website:
http://www.qas.co.uk/products/demonstrations/idemo/index.htm
so you can see what I mean, and download a trial version. I can send you a screenshot if you like, but there doesn't seem to be an option to upload one.
Essentially, the problems I have are:
1) I can't read the text correctly from the items in the ListBox (their values are all 0), and the ListItem names are garbage like "?ç???". I think the problem probably stems from the fact that the text actually has icons in front of it. It's worth noting that the text can be read with the other automation software we use, which uses VB6.
2) I can't work out how to double click on one of the ListItems. Your examples seem to be based on text which I can't read correctly. There don't appear to be any functions that allow me to get a ListItem Control from the ListBox using its index. Even in the Professional version, the ListBox class is missing the "Items" property, which is what I'd normally use. And the ItemCount of ListBox is different to the ListBox.Element.ChildCount value for some reason.
Hope you can help
Cheers,
Duncan
[/url]