Results 1 to 2 of 2

Thread: new line in caption

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2002
    Location
    Belgium
    Posts
    20

    new line in caption

    Hello,
    How can I begin a new line in a caption from a label ?
    tnx

    bye
    Visual basic is the best, isn't it ?

  2. #2
    Swatty
    Guest
    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"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width