Possible Duplicate:
How can an app hook into text selection system-wide?
I'm going to be creating a look up program that will probably be operating similar to a Windows Shell kind of application. In Outlook, I'm going to select an ID number (text) and my application needs to accept that as an argument to do things with that.
How can I access the selected text on a global (Windows) scale?
My workaround is probably to execute a Copy action then read the Clipboard's contents. But I'd like to keep that free if possible.