I recently made a very simple graphic viewer. All it did was open up graphic files to view and then be able to close those files.

Well, now I want to add 2 more things to it. You know how when you're on the internet and you see a graphic and you highlight it and copy it. How can I paste a graphic into my program? I am using the image control.

The next thing I would like to add to my program is the ability to save the graphic.

How would I go about doing this? Any help is appreciated.