How to get selected text outside the application

  • Thread starter Thread starter MS
  • Start date Start date
M

MS

Hi,

Does anyone know how to get selected text outside the .NET application?

For instance:

1) In Internet Explorer, MS Excel or any other, I select some text
2) I perform a mouse click holding a key down
3) My .NET application gets the selected text that was under the mouse
cursor when the click was performed.

Thanks!
 
Hello,

Me again! I forgot to say that I already have a class that makes a hook on
the mouse and the keyboard. I just have to get the selected text outside the
..NET application.

Thanks!
 
Back
Top