A
Alex
I am trying to determine if C# has the capabilities to listen for system
events when the application does not have the window's focus.
I am writing a windows application that I would like to run in the
background when I am using my computer. I would like this windows
application to utilize the clipboard, and determine when data has changed on
the clipboard. I would also like my app to listen for Ctrl+C and Ctrl+V
events, as well as mouse copy/paste events.
What I have be able to explore so far is that I can write an app that will
listen for keyboard events when the application has window's focus. I cannot
seem to find any information on if it is possible to listen to events when
the window does not have focus.
Can anyone provide insight to help me out? Preferably C# code if it's
possible. Is this solution possible with the C# language?
Thanks,
Alex
events when the application does not have the window's focus.
I am writing a windows application that I would like to run in the
background when I am using my computer. I would like this windows
application to utilize the clipboard, and determine when data has changed on
the clipboard. I would also like my app to listen for Ctrl+C and Ctrl+V
events, as well as mouse copy/paste events.
What I have be able to explore so far is that I can write an app that will
listen for keyboard events when the application has window's focus. I cannot
seem to find any information on if it is possible to listen to events when
the window does not have focus.
Can anyone provide insight to help me out? Preferably C# code if it's
possible. Is this solution possible with the C# language?
Thanks,
Alex