Results 1 to 2 of 2

Thread: scroll bars

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Location
    WV
    Posts
    1

    Wink

    I am currently taking a college course in Visual Basics.
    We are working on a project that includes arrays and scroll bars. I have programmed all that I need...but I am having problems with the clear cmd and scroll bars.

    I have a text box that goes up when I move the scroll bar, however, when I hit clear, the text box empties, but the scroll bar doesn't return back to the left. How do I code this? I put is in my clear command code..but keep getting a type mismatch.

    Can anyone help me? I need this today...

    Thanks ...skiddles
    Judy G. Mullins

  2. #2
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963

    Talking

    EASY AS A PIECE OF A BURNED CAKE!
    You mean you want the textbox clears but the scrollbar remains where it is?
    Do this dude!

    Private Sub Command1_Click()
    TV=Len(TextBox1.Text)
    TextBox1.Text =""
    TextBox1.Text=SPACE$(TV)
    rem I think this might works Tell me if it work coz I am not
    rem understood what you're asking

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