Hello,
How can I begin a new line in a caption from a label ?
tnx
bye
Printable View
Hello,
How can I begin a new line in a caption from a label ?
tnx
bye
In your form load you can alter the caption you want of that form.
For every new line you want add a vbcrlf to it.
Be sure your label is big enough to show all the lines.
ie.
me.label1.caption = "Hello" & vbcrlf & "man" & vbcrlf & "bye"