Trigger event when data copied to clipboard

D

Dustin Davis

Is it possible to trigger an event in VB.NET whenever anything is copied
to the clipboard?
 
D

Dick Grier

AFAIK, there is no built-in support for this.

What I've done in the past is to simply use a Timer and to monitor the
Clipboard content(s) in the timer event.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top