FIX: Pull-Down on Drive Box Disabled When Change Width of Box (73809)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition for Windows 2.0
- Microsoft Visual Basic Professional Edition for Windows 2.0
- Microsoft Visual Basic Standard Edition for Windows 1.0
This article was previously published under Q73809 SYMPTOMS
If you change the Width property of a drive list box at run time, the
pull-down list of drives no longer work.
WORKAROUND
Add 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
STATUS
Microsoft 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.
Modification Type: | Major | Last Reviewed: | 11/18/2003 |
---|
Keywords: | kbbug kbfix KB73809 |
---|
|