Unable to Display Uppercase W in Small Text BoxLast reviewed: June 21, 1995Article ID: Q87770 |
The information in this article applies to:
SUMMARYSYMPTOMS An uppercase W character may fail to display in the smallest possible size text box on a Microsoft Visual Basic for Windows form with the default FontSize (8.25) and FontName (Helv or Helvetica) selected. All other uppercase letters display correctly.CAUSE Because the uppercase letter W is the widest of the uppercase letters in the Helv 8.25 font, and it is slightly wider then the width of the smallest possible Visual Basic text box, there is not enough room to display the letter. Therefore, nothing appears in the text box.RESOLUTION This situation is limitation of the text box control in Microsoft Visual Basic for Windows. Avoid the problem by using a different font for the text box or by increasing the size of the text box. MORE INFORMATION
Steps to Reproduce Behavior1. Start Visual Basic, or from the File menu, choose New Project (ALT,F, N) if Visual Basic is already running. Form1 is created by default. In Windows version 3.0, the letter W does not appear in the text box. Instead, a space appears as if you had pressed the SPACEBAR. In Windows version 3.1, the letter W appears not to be entered. It appears as if it is ignored. For further testing, try other uppercase letters. There should be no problem with displaying other uppercase letters.
|
Additional reference words: 1.00 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |