I am having problems with the behaviour of combo boxes on an SSTab when I run my application on an XP box.
I have multiple tabs, each with multiple combo boxes. When I switch between tabs, the text in all of the combo boxes is becoming highlighted. This occurs, even when the controls are disabled.
I can run the application on an NT box and I do not get this problem.
I can solve my problem by explicitly setting the SelLength property of the combo box to zero on the click event of the tab, however my app has hundreds of tabs with combo controls. In addition, when the user is updating or adding information, it is valid for the text on certain controls to be selected. Implementing a change to the SelLength property on the click event would get very messy.
Does anyone know if there is a better solution to this problem?
I have multiple tabs, each with multiple combo boxes. When I switch between tabs, the text in all of the combo boxes is becoming highlighted. This occurs, even when the controls are disabled.
I can run the application on an NT box and I do not get this problem.
I can solve my problem by explicitly setting the SelLength property of the combo box to zero on the click event of the tab, however my app has hundreds of tabs with combo controls. In addition, when the user is updating or adding information, it is valid for the text on certain controls to be selected. Implementing a change to the SelLength property on the click event would get very messy.
Does anyone know if there is a better solution to this problem?