CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2011
    Posts
    20

    Scrolling TextBox Using External Scrollbars

    Hello,

    My question is, I use textbox and set to multiline but i dont want to use its vertical and horizontal scrollbars so I set it to none. I want to use an external scrollbars to scroll the text inside the textbox. so , my real question is how to do this.

    Thank you

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Scrolling TextBox Using External Scrollbars

    Why? Pretty hard to re-invent the wheel...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Feb 2011
    Posts
    20

    Talking Re: Scrolling TextBox Using External Scrollbars

    hehehehehe, I have want to use the Vista scrollbars here in AeroSuite Controls from Pscode.com

    http://planet-source-code.com/vb/scr...70026&lngWId=1

    Im creating a scrolling textbox for my small app and I want it to look like vista.

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Scrolling TextBox Using External Scrollbars

    Looks like they have a Scrollbar tab...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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

Featured