Results 1 to 3 of 3

Thread: Scroll Bars

  1. #1

    Thread Starter
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425

    Unhappy

    Despite being able to use some of VBs more advanced functions, I have never needed to make text in a text box scroll by using scroll bars until now. Could somebody pleeeeease explain this to me and provide some code examples????


    THX

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    All you need do is set the Textbox Scrollbar Property to Vertical, Horizonal, or both and set the Textbox Multiline Property to True. The rest takes care of itself.
    If the code is too wide the horizontals come in to play
    if the textbox is not high enough the vertical bar works.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3

    Thread Starter
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425
    Thanks! I saw those properties, but I thought you had to insert the scrollbars manually.

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