The information in this article applies to:
SUMMARYWhile using the mouse to scroll through items in the list of a DBCombo control the DBCombo's Click event is fired for every row scrolled. WORKAROUNDDo not rely upon the Click event of the DBCombo control to indicate when an item has been selected. One possible workaround to detect when a user has made a change would be to store the contents of the Text property of the DBCombo in the DBCombo's GotFocus event, and then check to see whether this had changed in the LostFocus event of the same control. STATUSMicrosoft has confirmed this to be a issue in the Microsoft products listed at the beginning of this article. Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce the Problem
Additional query words: 4.00 vb4win vb4all
Keywords : PrgCtrlsCus |
Last Reviewed: September 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |