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

    Create BMP image of a form

    I have a form that contains a map, a chart, and a listbox. At runtime, I want to create a bitmap file that is an image of the form after the map and chart are created. Does anybody have any suggestions how to do this?

    Thanks.


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Create BMP image of a form

    Hi,

    To a similar question earlier, i had posted a good set of routines for all sorts of capture & print.
    I dont know if the following link can take you there, anyway..:
    [link]
    http://www.codeguru.net/bbs/wt/showp...collapsed&sb=5
    [/link]
    otherwise:
    It should be listed as a post by Anonymous, dated 5/25/99 0044am, subject "Printing problem.. Help me.."

    You can tweak around the "CaptureClient" function
    to achieve the desired effect, i think.

    I will also try. I will let you know, if i succeed..

    Ravi


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