Pull-Down on Drive Box Disabled if Width Changed at Run Time

ID Number: Q73809

1.00

WINDOWS

buglist1.00

Summary:

If you change the Width property of a drive list box at run time, the

pull-down list of drives will no longer work.

Microsoft has confirmed this to be a problem in Microsoft Visual Basic

programming system version 1.0 for Windows. Microsoft is researching

this problem and will post new information here as it becomes

available.

More Information:

Steps to Reproduce Problem

--------------------------

1. Start Visual Basic. Form1 will automatically display.

2. Put a drive list box on Form1.

3. In the Click event of Form1, add the following code:

Sub Form_Click ()

Drive1.Width = Drive1.Width * 2

End Sub

4. Run the application (press F5).

5. Click on the down arrow on the drive box to display the list.

6. Choose a drive; everything works as it should.

7. Click on Form1; the width of the drive box changes.

8. Click on the down arrow on the drive box.

Note that the list fails to display.

Additional reference words: 1.00