Hi, I am getting the same problem but in a slightly different way. My combo box does not get recognized by TC. I get the error Object does not exist. My combo box is defined as WndClass: ComboBox. I checked the Object Mapping options and saw that there is already a *COMBOBOX* item in the win32 controls. I tried adding a new class too named Combobox and Combobox1 and also Combobox* just to be sure.
The thing is, TC recognizes the combobox when I go to Object Mapping window and then after I click OK, a prompt will tell me
---------------------------
TestComplete
---------------------------
Update settings of the currently active project with default project settings?
---------------------------
Help No Yes
---------------------------
(prompt appears even if I did not do any changes) and click Yes and when I "Run the selected keyword"[for testing the combobox] it recognizes the combo box
but If I close the application with the combox box and run the test, that's when it returns object does not exist. Why does that happen?