text-capture

C# examples for hooking GDI (in particular TEXTOUT).

i'm looking for C# samples code for hooking GDI (in particular TEXTOUT). Probably similar to what thetextcapturex, textgrabsdk libraries are doing These libraries must be hooking something, but what, and how? Is there any way to do this in the .net world? ...

how to capture text using mouse pointer and keyboard shortcuts?

hi , i want to capture text from opened windows using mouse pointer and keyboard shortcut using C# or java ( like babylon ) , so what i need to know and how to implement it ? what are the libraries i need to use ? or can i use winapi ? ...