If someone would just be able to verify the correct way to load a bitmap from a file for me...
This is what I have...
CBitmap testBit;
testBit.LoadBitmap ("C:\\bitmap_folder\\bitmap.bmp"
;
I think that this is right, however it is not working for me.
Thanks for your time.
This is what I have...
CBitmap testBit;
testBit.LoadBitmap ("C:\\bitmap_folder\\bitmap.bmp"
I think that this is right, however it is not working for me.
Thanks for your time.