|
-
Jun 26th, 2007, 01:30 PM
#3
New Member
Re: Displaying text on a picturebox
Not sure exactly what you are trying to achieve, but if you want to use a lable, then set its autosize property to true, the use VBCrLF for multi-line use, eg,
Lable1.caption = "This is on line one" & vbcrlf & "This is on line two".
Hope this is what you are wanting.
John
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
|