The information in this article applies to:
SUMMARYA Visual Basic program with a TabStrip control does not correctly display the TAB during run-time if the TAB height is set in the Form_Load procedure of the form. The TAB is correctly displayed if the TAB height is set in any other procedure except Form_Load. STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. This problem has been corrected in the Microsoft Visual Basic version 4.0a for Windows synchronization release. WORKAROUNDTo work around this issue, show and refresh the TabStrip control in the Form_Load event before setting the TAB height. MORE INFORMATION
The following creates an example to reproduce this behavior. A Picture
control is moved to the TAB area of the TabStrip control during the
Form_Load procedure. The same code in the Form_Load procedure is also in
the Form_Click procedure. Steps to Reproduce Behavior
Additional query words: 4.00 4.00a vb4win vb432 buglist4.00
Keywords : PrgCtrlsCus |
Last Reviewed: September 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |