FIX: Pull-Down on Drive Box Disabled When Change Width of BoxLast reviewed: October 30, 1997Article ID: Q73809 |
1.00 2.00
WINDOWS
kbprg kbbuglist
The information in this article applies to: - Standard and Professional Editions of Microsoft Visual Basic for Windows, version 2.0- Microsoft Visual Basic programming system for Windows, version 1.0
SYMPTOMSIf you change the Width property of a drive list box at run time, the pull-down list of drives no longer work.
WORKAROUNDAdd the following code to the form's click event procedure to work around the problem:
Sub Form_Click () Drive1.Width = Drive1.Width * 2 Drive1.Refresh '* fixes the problem End Sub STATUSMicrosoft has confirmed this to be a bug in Microsoft Visual Basic programming system for Windows, versions 1.0 and 2.0. This bug was corrected in Microsoft Visual Basic version 3.0 for Windows.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: buglist1.00 buglist2.00 fixlist3.00 1.00 2.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |