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

Thread: image sizing

  1. #1
    Join Date
    Mar 2003
    Posts
    4

    image sizing

    changing image size programmatically

  2. #2
    Join Date
    Mar 2003
    Location
    Chennai
    Posts
    6
    For sizing the image in VC++ you can use StretchDibits or StretchBlt API. Enough documentation of using these aPI are in MSDN.
    For sizing the image in VB you can use PictureBox control.
    Jothi

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