Results 1 to 2 of 2

Thread: Textbox

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    2

    Post

    How do you insert text (incoming from the app not the user) into a textbox, label,etc that - starts at the bottom and moves up (or top to bottom) that doesn't over write the text already there. And that you can scroll back and forth. (like the debug window)

    Thx

    ------------------
    AC

  2. #2
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

    Post

    I think what you want to do is this:
    Make a TextBox set it's MultiLine property to True
    Set it's ScrollBars value to Both
    There you go,

    ------------------
    DiGiTaIErRoR
    VB, QBasic, Iptscrae, HTML
    Quote: There are no stupid questions, just stupid people.

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