Re: [python-win32] System wide text selection

2006-04-18 Thread Mark Mc Mahon
Hi, You might want to look into pyHook (google for it - I don't have a link right now). Another option that might be much easier is to setup a global hotkey, where the user selects the word, and clicks the hotkey (and you pop up a window at that point with the translation(s). You could probably

Re: [python-win32] System wide text selection

2006-04-18 Thread Tim Roberts
On Mon, 17 Apr 2006 19:54:14 +0200, Dao Duy Huy <[EMAIL PROTECTED]> wrote: >I'm writing a dictionary german <> vietnamese for free use, which >should react on the mouse-click like babylon. >You click on a german word in any win-program and the dict program will >show you the translation in viet

[python-win32] System wide text selection

2006-04-17 Thread Dao Duy Huy
Hallo, I'm writing a dictionary german <> vietnamese for free use, which should react on the mouse-click like babylon. You click on a german word in any win-program and the dict program will show you the translation in vietnamese and vice versa. But i couldn't find the way how i can select th