BUG: Narrow ToolBar Control PaintingLast reviewed: October 8, 1996Article ID: Q143407 |
The information in this article applies to:
SYMPTOMSWhen inserting multiple buttons on a toolbar with the wrappable property set to TRUE, only first row of buttons are displayed when program is run.
WORKAROUNDPlace the following code in the form load event.
Private Sub Form_Load() form1.show form1.refresh End Sub STATUSMicrosoft has confirmed this to be an issue in Visual Basic version 4.0, 32 bit. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce the Problem
Resizing the form will allow all buttons to be displayed. Of course, the form's borderstyle must not be fixed.
|
Additional reference words: 4.00 vb4win vb432
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |