How would you be able to emulate Print Screen?
By that I mean simply, how would you be able to convert what the screen is displaying to a variable?
By that I mean simply, how would you be able to convert what the screen is displaying to a variable?
It sounds like BitBlt() the current screen to a buffer of an appropriate size by creating a compatible bitmap as a buffer.
Ok thanks Hutch. I'll look into that.
Oh, and thanks for the include files you made. 8)
Oh, and thanks for the include files you made. 8)