Is there a way to copy the image's data (the actual picture) to another image? I am using Borland C++ Builder.
Thanks a lot.
You will have to create another bitmap and use BitBlt to copy the data to it, more info here.
http://msdn.microsoft.com/en-us/library/aa930997.aspx
you mean just copy-ing the file?
if because you could do it with fstream.h, i think you then should open it as binairy
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.