How to get screenshot of a window as bitmap object in C++?

前端 未结 3 1211
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 15:33

How to get screenshot of a window as bitmap object in C++? Supposed that I already have the window handle. And I want to know also whether it\'s possible to get the

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-27 15:51

    If anybody is interested in getting PrintWindow picture of minimized window, here you can get the idea, how to get the thing done: http://www.codeproject.com/Articles/20651/Capturing-Minimized-Window-A-Kid-s-Trick

    Happy coding;)

提交回复
热议问题