|
-
May 3rd, 1999, 09:41 AM
#1
it must be easy. CBitmat from a bmp file??
I can load a Cbitmap objet from a resource, but how can i load a CBitmap Object from a bmp file?? i thin i%
-
May 3rd, 1999, 09:56 AM
#2
Re: it must be easy. CBitmat from a bmp file??
HBITMAP hBitmap = (HBITMAP)::LoadImage(AfxGetInstanceHandle(), bitmapPath, IMAGE_BITMAP, 0, 0, LR_CREATEDIBSECTION | LR_LOADFROMFILE);
CBitmap m_Bitmap;
if(hBitmap%
-
May 3rd, 1999, 10:39 AM
#3
Please is there any way to write Arabic Applications?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|