Question Record Clipboard Contents

gibbingslfc

New member
Joined
Sep 25, 2011
Messages
2
Location
Burnley, Lancashire, United Kingdom
Programming Experience
Beginner
Hello, I need help with an application i'm developing in school.

I am trying to make the program detect when the user copies new content to the clipboard,

when this happens I want the program to check the data type,

I want text content to be written to a text file.
Images can be left alone.
if a file or folder is copied, i want the location of the copied file and the file name to be written to a text file.

I only really need help in getting the program to detect a clipboard modification, preferably with the AddHandler statement.

can anyone help?

thanks
 
Back
Top