Results 1 to 4 of 4

Thread: [RESOLVED] How can I make textbox.text stay at the end of the text?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    80

    Resolved [RESOLVED] How can I make textbox.text stay at the end of the text?

    This is for a simple IRC Client.

    I'm using VB6.

    TIA

  2. #2

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How can I make textbox.text stay at the end of the text?

    VB Code:
    1. Text1.SelText = Len(Text1.Text)

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    80

    Re: How can I make textbox.text stay at the end of the text?

    Yes that'll do, thank you both.

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