Clipboard to Textfile

neugi

New member
Joined
Mar 8, 2010
Messages
1
Programming Experience
Beginner
Hi,

i'm not a vb.net programm, sorry. but i've got a question on the possibility to do something with vb.

is there a way to write the content of the clipboard to a file on the PC.

i'm curently using window7 and i got a tool horst.exe that seems to do something like this.

but the tool always crashes on windwos7. so maybe somebody here can tell me a programm which can be called from shell that writes the content of the clipboard to a file.

maybe somebody has a tool like this.

thx
Gerhard
 
Clipboard.GetText() will get whatever text is in the ClipBoard and you can simply write it out to a file, I'm assuming you know how to write data to files.
 
Back
Top