Hmm, maybe i should put the question in another way.
How can i save the hdc (got this from GetDC) to a file without using a picturebox to put it in?
Printable View
Hmm, maybe i should put the question in another way.
How can i save the hdc (got this from GetDC) to a file without using a picturebox to put it in?
u could use the stdpicture object, but that's as close to using a pbox as it can be :)
stdpicture? i don't understand it, can you please give an example.
I've resized a desktop image using bitblt, so no pictureboxes used. but when i want to save it to a BMP file i first have to put it in a picture box. but i don't want to use the picturebox but the only thing i have is the HDC of the resized desktop. please help me.
Thanks in advance