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

    How to resize the bitmap?

    Hi all

    My application stores images into the server in the form of .JPG files. while converting
    .JPG format into .BMP files, the passport size photograph will display a full screen full
    of display.

    so i want to resize the bitmap and display .


  2. #2
    Join Date
    May 1999
    Posts
    42

    Re: How to resize the bitmap?

    Have you tried StretchBlt()?


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