Hi,
I'm doing a kind of dictionary for .NET CF. I'm trying to display formatted text in which all (or some) words are 'clickable' -- in which I means if one clicks on it, it should fire an event telling me which word was clicked.
However, .NET CF 3.5 only supplies me with WebBrowser, which I could use for displaying formatted text, but I failed to find a way to make my words 'clickable'.
Does anybody know a way how to do this, or is there anywhere I could look for reference?
Thanks a lot! Ben