Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 847 Bytes

File metadata and controls

16 lines (9 loc) · 847 Bytes

Applies to: ~>2.0

This page provides an overview of the features of the Clipboard Viewer Component. If you are looking for information on programming with the component please see the Programmers' Guide.

This project provides a single non-visual component that notifies the user when the content of the Windows clipboard changes. This is done by triggering an event.

On versions of Windows that support it, the newer clipboard format listener API is used to monitor the clipboard. On older versions of Windows the older, and less reliable, clipboard viewer API is used instead.

Thanks to Mason Wheeler for providing the more reliable clipboard listener code.

Links