http://www.vb-helper.com/HowTo/getclip.zip

	Purpose
Keep track of what's on the clipboard.

	Method
In a timer's Timer event handler, use the Clipboard object's GetFormat,
GetText, and GetData methods to see what data is available and display it.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
