-
BitBLT Help
Hi,
I recently switched to using C++ and I wanted to know how I could use the BitBLT API function in Visual C++. I know that it is already integrated into it but I was wondering how I could load a bitmap or something into memory and use the hDC with BitBLT. Like how would I keep this bitmap in memory and some how give it an hDC so that I could transfer blocks into my program via. BitBLT.
Thanks alot,
Phil
-
Check out www.winprog.net for good win32 tutorial, it also goes through bitblt...
But you might wanna read up on c++ it self before trying to program for windows...