From: Jack on
Dear all,
It is common to know that you can load a bitmap
from resource or from a file, is it possible to
"Blit" a bitmap from memory directly?

I've been searching the web, and only found
those 2 examples.
So thanks
Jack


From: Igor Tandetnik on
Jack wrote:
> It is common to know that you can load a bitmap
> from resource or from a file, is it possible to
> "Blit" a bitmap from memory directly?
>
> I've been searching the web, and only found
> those 2 examples.

Search for "CreateCompatibleBitmap CreateCompatibleDC" - you'll find literally thosands of examples.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925
From: Jack on
Thanks, Igor