I want to make kind of a clipboard utility, where if the user copies some text anywhere in Windows, the application will know the clipboard has changed.
I don't really want to set a timer to check the content of the clipboard every few seconds. Does anyone know a better way to do this?
Thank you.
This is in Visual Studio 2005 by the way.
I don't really want to set a timer to check the content of the clipboard every few seconds. Does anyone know a better way to do this?
Thank you.
This is in Visual Studio 2005 by the way.