BUG: Cannot Do OLEDrag from a MultiColumn ListBox (192209)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q192209 SYMPTOMS
After setting the Columns property of the ListBox to two or more columns,
the OLEDragDrop functionality only works with data in the first column.
This occurs with the OLEDragMode property set to Automatic.
RESOLUTION
Add the following statement in the MouseMove event of the ListBox:
List1.OLEDrag
Sample code is shown in the MORE INFORMATION section below.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products
listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 5/13/2003 |
---|
Keywords: | kbbug kbpending KB192209 |
---|
|