CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    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%

  2. #2
    Guest

    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%

  3. #3
    Join Date
    May 1999
    Posts
    1

    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
  •  





Click Here to Expand Forum to Full Width

Featured