Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

madyastha

@madyastha
About
Posts
7
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • [Windows Mobile]: gwes.exe error message
    M madyastha

    Even in emulator also it is not working. As i have problem with WININET API i can't run it on emulator. But before having this class also it was giving the same problem. My app consists of 3 project. I have run first version of the same application on emulator am getting this error "The MCli can not be opened. Either it is not signed with trusted certificate, or one of its components can not be found. You might need to reinstall or restore this file"

    modified on Friday, September 26, 2008 9:37 AM

    C / C++ / MFC help tutorial question

  • [Windows Mobile]: gwes.exe error message
    M madyastha

    Hello All, I am developing an application for WM 5. This can also be used in WM6. If the error reporting is enabled and if I invoke the application, gwes.exe error message is displayed. In WM6.1 it gives Application name with the error message. Is this the problem with OS.? When I googled, the solution for this is to disable the error reporting. Can anyone tell me how to solve this using code.? Regards, Madyastha.

    C / C++ / MFC help tutorial question

  • BitMapButton using VC++ -MFC
    M madyastha

    Hi, 1) You can use CBitmapButton to create a Button. For this you have to set OwnerDraw property of the button to TRUE. (According to my experience you can Load only BMP images on this Button.) 2) You can create Button using CButton class. For this kind of button you can load any image using SetBitmap() method. Regards, Madyastha

    C / C++ / MFC c++ graphics help tutorial

  • [Win CE/Pocket PC]How to load an gif image on to a Button
    M madyastha

    Hello .... :( Pls can somebody help me regarding this. Thanks

    C / C++ / MFC visual-studio json help tutorial question

  • [Win CE/Pocket PC]How to load an gif image on to a Button
    M madyastha

    Hi... Is this is correct way of using CImage & its functions? Because using this also I was not able to load image.

    HBITMAP hBitmap = NULL;
    hBitmap = SHLoadImageFile(TEXT("windows\\dlrbtn_up_land.gif")); //this returns a valid handle.

    CRect tr;
    m_btnSeven.GetClientRect(&tr);//Button on which i have to load image

    HDC hdc;
    hdc = ::GetDC(m_hWnd);//gets HDC.

    CImage cImage;
    cImage.Attach(hBitmap);//Attach the HBITMAP to CImage object

    cImage.Draw(hdc,tr);//Draw the image

    C / C++ / MFC visual-studio json help tutorial question

  • [Win CE/Pocket PC]How to load an gif image on to a Button
    M madyastha

    Hello Thanks for quick response. Before posting here I have tried SetBitmap() or SendMessage() Functions. In the link you mentioned it is once again telling the same. Use SetBitmap(). So this wont solves my problem Thanks.

    C / C++ / MFC visual-studio json help tutorial question

  • [Win CE/Pocket PC]How to load an gif image on to a Button
    M madyastha

    Hi All, I am developing an application to Windows Mobile Using VS 2005. And the OS is Windows XP. I have developed a new dialpad with buttons. As a dialpad it works fine. But for this I need to load an image. Using CBitmapButton i can load only BMP images. This image changes according to the Skin of the mobile. When I googled I got the Answer as

    SetBitmap

    API. But to my badluck that is not available for CButton. Along with this, is it possible to write text on a loaded image? So can someone help regarding this. If it is Code then it will be more helpful. Thanks in advance.

    C / C++ / MFC visual-studio json help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups