ContributionsMost RecentMost LikesSolutionsRe: Generic way of referencing 3rd party controls?Hi, I have come across the same problem, and found solution to retrieve text from the owner-drawn ListBox controls: Below code is in VB Script : ================================== set lBox = <ListBox object> count = lBox.wItemCount for i = 1 to count - 1 lBox.DblClickItem(i) msgbox lBox.Edit.wSelection Next ================================== The above code will give you the text of each cell item. -Bhaskar Unable to activate Test Complete LicenseHi, We want to activate Test complete using our license key. However, it returns an error message : "Server returned an HTTP error such as 500 (internal server error). Error code:hasp_act_activate,3509. Please check the proxy settings or use offline activation". The above error occurs even the pc is connected to internet. Please help me in resolving this issue. Regards, Bhaskar Reddy