A
Adrian
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 Rich Text Box the correct control for this? if so how would I do it?
if not what should I be using?
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
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 Rich Text Box the correct control for this? if so how would I do it?
if not what should I be using?
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