Hi, Can anyone teach me how to do this:
When the user click on a line of text, it should act like a link to another form or routine. Another question is, can i do such text links in a listbox or textbox?
Printable View
Hi, Can anyone teach me how to do this:
When the user click on a line of text, it should act like a link to another form or routine. Another question is, can i do such text links in a listbox or textbox?
pretty sure you cant do that, You could do is use a picture box or a label would be just fine, you can call text to a label etc...
You mean like how bookmarks work in HTML, for example:
Link
Line1
Line2
Line3
Line4
Line5
pressing the link would take me to say Line3:confused: