Results 1 to 2 of 2

Thread: need help... pls

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Location
    Japan
    Posts
    5

    Exclamation need help... pls

    anybody knows how to make a textbox or richtextbox interpret ANSI color or escape sequence.

    pls help me.
    Shin Hiorie

  2. #2
    jim mcnamara
    Guest
    You cannot do that directly. You have to use SendMessage to the window to get it to change. In other words, you will have to
    send messages for each color change. Simply sending an escape sequence does nothing.

    ANSI escape sequences are not understood by MS Windows.

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