I can load a Cbitmap objet from a resource, but how can i load a CBitmap Object from a bmp file?? i thin i%
Printable View
I can load a Cbitmap objet from a resource, but how can i load a CBitmap Object from a bmp file?? i thin i%
HBITMAP hBitmap = (HBITMAP)::LoadImage(AfxGetInstanceHandle(), bitmapPath, IMAGE_BITMAP, 0, 0, LR_CREATEDIBSECTION | LR_LOADFROMFILE);
CBitmap m_Bitmap;
if(hBitmap%
Please is there any way to write arabic applications.
I tried to name the buttons in arabic , but on execution they didn't work
W.D.