|
-
January 4th, 2000, 03:04 AM
#1
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.
-
January 4th, 2000, 03:18 AM
#2
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
-
January 4th, 2000, 04:01 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|