CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Posts
    3

    Write CBitmap to BMP file

    Can anyone tell me how to write a CBitmap to a BMP file? Thanks in advance for any help!

    Dunk


  2. #2
    Join Date
    Jun 1999
    Location
    Miami, FL
    Posts
    972

    Re: Write CBitmap to BMP file

    It's not a trivial task.

    Check out the articles here in CodeGuru under the Bitmap & Palette section: http://www.codeguru.com/bitmap/index.shtml

    Good luck!


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