CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 1999
    Location
    Vienna, Austria
    Posts
    17

    Capture Screen without showing it

    my problem:

    i want to create a chart with the activex control mschrt32.ocx and save the window output to a bmp file. if the window is visible than i can capture my window with the hDC property.
    but i want to create and save the chart in the background (noone should see this).
    is there a chance to solve this problem with the AutoRedraw-Property of the Form-Object ?

    Please give me support.


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: Capture Screen without showing it

    I don't know if this gonna help you, but get a look. This was one of my past posts:
    http://www.codeguru.com/bbs/wt/showp...vb&Number=4030

    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

  3. #3
    Join Date
    Dec 1999
    Location
    Vienna, Austria
    Posts
    17

    Re: Capture Screen without showing it

    it works quite yery well. -> thank you, i did it up to now in c++.

    but the problem is that i have to show the output on the screen to capture it. if i don´t show it i´m not able to save it.

    i need a method to put the output in a file instead of the screen (like printing). maybe link the output in another dc. i must not show the output on the screen!


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