BUG: DBCombo Dropdown List Detaches While Dragging Parent FormLast reviewed: October 14, 1996Article ID: Q142469 |
The information in this article applies to:
SYMPTOMSThe DBCombo control drop-down list becomes detached from the control and the parent form if the user drags the form while the drop-down list is displayed in Microsoft Visual Basic version 4.0 for Windows. This behavior is reproducible in both the 16-bit and 32-bit versions of Visual Basic version 4.0 running under the Microsoft Windows 95 and Microsoft Windows NT operating systems.
STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
WORKAROUNDIn Microsoft Windows NT, this behavior can be eliminated by clearing the "Full Drag" option in the Desktop dialog box of the Control Panel. In Microsoft Windows 95, the behavior can be eliminated by unchecking the Show window contents while dragging item in the Plus! tab of the Display Properties dialog. The Display Properties dialog can be viewed by right- clicking on the Windows 95 desktop and selecting 'Properties'. This setting can also be controlled programmatically by the SystemParametersInfo API and the SPI_GETDRAGFULLWINDOWS and SPI_SETDRAGFULLWINDOWS constants. For more information, see your Windows API documentation.
MORE INFORMATION
Steps to Reproduce Problem
|
KBCategory: kbprg kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |