How to make a right-click translation dictionary application?

Posted by thethanghn on Stack Overflow See other posts from Stack Overflow or by thethanghn
Published on 2010-04-06T04:54:10Z Indexed on 2010/04/06 5:03 UTC
Read the original article Hit count: 118

Filed under:
|

Hi everyone,

I'm trying to write a dictionay application on C#. There is a scenarios that user selects a text and press a hot-key, I want to pop-up a quick windows that display the search result of the selected word (just like Lingoes does)

How would I do it in C#?

Thanks in advance

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms