|
-
May 25th, 2000, 10:35 PM
#3
Actually, a regular textbox WILL let you center text, but ONLY if the Multiline property is set to true (if Multiline is False, then the Alignment property has no effect; the text is always aligned left). Toot's label suggestion is good if the user doesn't need to change the text. In response to your orignal question, you could do this:
set the Multiline property to True
set the Alignment property to Center
In code:
Text1.Text = "ACTUAL" & vbNewLine & "3/31/00"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|