First of all, sorry if my title is not all that descrptive and if this has already been answered, I looked around but did not find it so I decided to make my first post/thread.
I am working on a little offline game right now and what I'm trying to do now is getting a ScreenShot button to work.
I know this code
this->picMap->Image->Save("C:\\testBmp.bmp");
can be used to save the image that is on my Map. That would be fine but my player and Npc images are on their own picturebox and I need those to be included into my screenshot. So what I'm asking is how would I use something like ->Save("C:\\testBmp.bmp") to save the images in more then one Picturebox at a time? If that will not work, what would be the next best way to achieve what I am trying to do?
I am using Microsoft Visual C++ 2010.
Thanks in advance for any help.