pasting

copy image to clipboard and let it be pasted as file (vb.net)

I have a picture box and if I use Clipboard.SetImage(PictureBox.image) Then I can only paste the image into things like Paint and MS word. I can't paste it as a file into a folder/desktop. So how can I copy the image to to the clipboard and if gets pasted to a folder then it becomes a file? ...

jQuery: detect pasting into a WYSIWYG editor

I'm using htmlarea for my little CMS, and I was wondering if it's possible to detect if something gets pasted into it with jQuery? ...

vim limited line memory

im trying to copy 300 lines from one file to another, in source file i type "300yy", it says it has yanked 300 lines. go to destination file and press p, it pastes, but only the first 50 lines. any idea why it isn't pasting the 300? ...