Results 1 to 2 of 2

Thread: Simple text box problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Location
    Guadalajara, Jalisco, Mex
    Posts
    105

    Simple text box problem

    Hi, everyone.

    I want to simulate the entering text in a multiline textbox like a chat. The problem i have is when i add text to the textbox,
    if the visible are get's full with text, the next message doesn't
    apper.

    I try to do this:


    messageTextbox.setFocus
    sendKeys "^{END}" '** send a ctrl + end
    otherText.setFocus()


    But the " otherText.setFocus() " causes the sendkeys fail.
    If i remove the " otherText.setFocus() ", works.

    How i can do to make the entering text at the final of the text box
    visible area, when its get full, apper ??


    Thanks !!

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Would otherText.selStart = Len(otherText.Text) ?


    Has someone helped you? Then you can Rate their helpful 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