|
-
February 24th, 2000, 04:28 AM
#2
Re: Label Box Question......Must See
Placing them in 1 column isn't so hard, for more columns I don't have a solution (yet). U can use the vbCrlf to start a new line in a label, like this
label1.caption = "line1" & vbcrlf & "line2" & vbcrlf & "line3"
wich results in the label looking like this:
line1
line2
line3
For more columns you might try to add a tab between them, but I don't know if that's goint to work. Whitespaces are another solution, but only when you use a monospace font (a font where all the characters have the same width). But most fonts are not(like this i will be smaller than this m). If you do use a monospace font, be sure to include it with your installation file, because if you don't, and the user hasn't got that font, it will look screwed up.
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
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
|