S
Stupid48
I'm writing a simple screen capture program that is using the Bitmap
class to save the capture. I would like to do multiple captures and
save them as we go along. I know that I could save them to a
temporary folder on the filesystem but is there a way to save them to
memory (i.e. memorystream) and, if so, how do I reference them later
(C# or VB.Net is fine)?
Thanks, Chris
class to save the capture. I would like to do multiple captures and
save them as we go along. I know that I could save them to a
temporary folder on the filesystem but is there a way to save them to
memory (i.e. memorystream) and, if so, how do I reference them later
(C# or VB.Net is fine)?
Thanks, Chris