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.
1 messages · Page 1 of 1 (latest)
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.
Google atleast once?
https://stackoverflow.com/questions/3291167/how-can-i-take-a-screenshot-in-a-windows-application
specify further then
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
you can use opengl
?