FIX: Buttons On Wrappable Toolbar Do Not Appear
Article ID: 143407
Article Last Modified on 11/18/2003
APPLIES TO
- Microsoft Visual Basic 4.0 Standard Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
This article was previously published under Q143407
SYMPTOMS
When inserting multiple buttons on a toolbar with the wrappable property
set to TRUE, only the first row of buttons is displayed when the program is
run.
WORKAROUND
Place the following code in the form load event.
Private Sub Form_Load()
form1.show
form1.refresh
End Sub
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been fixed in Visual Basic
5.0.
Additional query words: kbVBp400bug kbVBp500fix kbVBp kbdsd kbDSupport kbControl
Keywords: kbbug kbfix KB143407