Rich Text box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Adrian

    #1

    Rich Text box

    Hi All
    I have some text that I want to parse and display in such a way that a
    user can click on different bits and depending what the click on call the
    relevant sub.

    is the RTB the correct control for this? if so how would I do it?


    example:
    textline1 = "the cat sat"
    textline2 = "the dog Jumped"

    The user could say click on Cat, Dog or jumped and a different sub would be
    called for each, I would also need to colour the clickable words!

    Any idea how I would do this?

    Thanks


Working...