Hello,
I have tray icon application I'm planning to develop in C# .Net 2.0.
What I want to do is have it so that when it is clicked, the current active
window will not be changed. The idea is that I want to get a clock event
but prevent windows form taking activation from the current window (Word,
IE, whatever.)
Is this possible? If not, can I at least get the window handle of the
window that is losing activation?
My application is a tray based dialer that wants to be able to sendkeys a
clipboard copy request to the active application so I can then pull the
selected text out in my application and use it to place a call. That is
what I'm working towards.
Thanks!
--
Grant