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