HELP !!- BitBlt to capture something from screen to my window??

J

Johan

Hello,

I'm trying to get a part of the regular screen onto my own dialog
box....
Does anyone know how to do this?? (I guess i have to BitBlt something
to something (HDC handle; handle= GetDC(NULL); for screen?? and
then??)

Thanks for ANY help (tried to do this all day now!)

Johan Rensink
 
V

Victor Bazarov

Johan said:
I'm trying to get a part of the regular screen onto my own dialog
box....
Does anyone know how to do this?? (I guess i have to BitBlt something
to something (HDC handle; handle= GetDC(NULL); for screen?? and
then??)

Please ask this in a Windows programming newsgroup. C++ _language_
has no means for what you need done, you have to use Win32 API for
that. I suggest comp.os.ms-windows.programmer.win32.
Thanks for ANY help (tried to do this all day now!)

It might be a good idea to try Google (and Google Groups). Also
try to find the source code for MSoft's ZoomIn utility (I do not
know whether it's available, you have to look).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,690
Members
48,796
Latest member
Greg L.

Latest Threads

Top