VisaToHell
VisaToHell

Reputation: 508

Combine bitmaps - GDI/GDI+?

I want to know if its possible for example to enumerate all desktop visible windows to create bitmap of them and to combine all bitmaps into one so you get FULL screenshot of the desktop ?

Most likely using GDI/GD+ but any external libs are also welcome. Preferable language C\C++.

Thanks in advance.

Upvotes: 1

Views: 1218

Answers (1)

Matt Kline
Matt Kline

Reputation: 10487

For copying between bitmaps in GDI, take a look at BitBlt.

Upvotes: 4

Related Questions