Hello.

I would like to create a little game with the option to save the picture that will be created by the user. The problem is that there will be few PictureBoxes inside 1 big PictureBox and I want them all to be considered as one picture and save them as one, to .jpg or any other image file format.
I have other ways to create the game but I'm afraid it will run slow.

I thought a screenshot of the picture area will do the job but I didn't know how to do it and I only found threads that show how to do screenshot of the form, whole screen or it saves\screenshots only one picture instead of all of the pictures inside. I dont need whole screen or form or just one picture.


I'm not a professional vb programmer so I would like to see a code with some clear explanation.

If anyone has a way to do it, it will be appreciated.
Thanks.