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

Thread: Display Bitmap

  1. #1
    Join Date
    Sep 1999
    Posts
    3

    Display Bitmap

    How to display bitmap at runtime in the dialog box



  2. #2
    Guest

    Re: Display Bitmap

    Hi,
    Use CStatic::SetBitmap



  3. #3
    Join Date
    Sep 1999
    Location
    Salisburyl UK
    Posts
    324

    Re: Display Bitmap

    Hi
    if your bitmap is a resource then use CBitmap::LoadBitmap, else if your bitmap is not a resource then you will need to use DIB's(Device Indipendent Bitmaps). This is a little harder.
    If this is what you need, I have a Class that opens a bitmap and returns a CBitmap for you.If this would be usefull then mail me.


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