Results 1 to 4 of 4

Thread: how do i do vertical scroll bars

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    31
    Hi,

    I want a form to display text, how can I do this and have a vertical scroll bar with it?

    Thanks

  2. #2
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    add a text box, then set the mulitline proprty to TRUE and set the SCROLL BARS value = 2
    NXSupport - Your one-stop source for computer help

  3. #3
    Guest
    That's for Textboxes dimava, he wants to put a vertical scroll bar on a form. Use Print to put text on a form. You can change the form's font have different font styles.

    Code:
    Private Sub Command1_Click()
    Print "You have just pressed Command1."
    Print "Text is now on form1."
    End Sub
    And here is how you make Scrollable Forms.

  4. #4
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    dam, another mistake
    NXSupport - Your one-stop source for computer help

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