Ace Blackwell
July 22nd, 2005, 11:58 PM
I'm new to using MFC/C++, here is my problem. I am currently working on a game. It is pretty simplistic in function but I am currently drawing the game and the playing field by drawing circles/squares/etc. Then it occured to me, I should be able to draw the field as a bitmap and add it in. Then if I did, would I be able to draw over it without damaging the bitmap?
So in short can anyone tell me if I can use a bitmap in MFC as my playing field and if I do can I use XOR/OR without damaging the bit map view?
Thanks in advance for the information
Ace
So in short can anyone tell me if I can use a bitmap in MFC as my playing field and if I do can I use XOR/OR without damaging the bit map view?
Thanks in advance for the information
Ace