#Drawing a screenshot of the screen on a window

1 messages · Page 1 of 1 (latest)

plucky shaleBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

ruby berry
#

specify further then

wicked condor
#

yes, you can bitblt from the desktop to your window 🤷‍♂️

#

just bitblt from screendc to memdc 🤷‍♂️

#

why would you do it in WM_CREATE?

#

in general, you only get to paint the window when WM_PAINT is called

#

screenrecorders almost certainly don't use GDI at all

#

way not fast enough

#

they will use the dxgi desktop duplication api

#

i think vnc is open source?

#

no

#

they don't use GDI at all

#

yes

hollow ferry
#

you can use opengl

wicked condor
#

?