Hi All I need to get the item count from a List box but when I spy on the object it comes as custom control and "ItemCount" properly is not available. object spy identify the contro...
Anonymous
13 years ago
Hi Vindy,
Let us know the value of the control's WndClass property (you can check it using the Object Browser). If the control is a .NET control, tell us the value of its ClrFullClassName property.
Besides, it would be great if you answered the following questions:
1. What is the name of the component used to implement the control?
2. What language and IDE were used to create the application?