 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Joćo Pereira Guest
|
Posted: Wed Jan 07, 2004 11:07 am Post subject: Screen Capture |
|
|
How can i capture my desktop area, like PrintScreen button function.
Thx
JP
|
|
| Back to top |
|
 |
Salvador Huertas Guest
|
Posted: Wed Jan 07, 2004 11:11 am Post subject: Re: Screen Capture |
|
|
There are severals ways, one is:
Call the function "keydb_event" (API windows) with the parametes VK_SNAPSHOT
and you get the image into the Clipboard, then you can read the clipboard
with the objet VCL TClipboard.
Salvador Huertas.
|
|
| Back to top |
|
 |
Dave Guest
|
Posted: Thu Jan 08, 2004 3:41 am Post subject: Re: Screen Capture |
|
|
On Wed, 7 Jan 2004 12:11:08 +0100, Salvador Huertas wrote:
| Quote: | There are severals ways, one is:
Call the function "keydb_event" (API windows) with the parametes VK_SNAPSHOT
and you get the image into the Clipboard, then you can read the clipboard
with the objet VCL TClipboard.
Salvador Huertas.
|
You can also check out the following website :
http://www.bcbdev.com/faqs.htm
exactly the following
http://www.bcbdev.com/faqs/faq37.htm
Hope it helps,
Dave
|
|
| Back to top |
|
 |
KL Chin Guest
|
Posted: Thu Jan 08, 2004 6:28 am Post subject: Re: Screen Capture |
|
|
Hi,
How about capture the video screen with DirectX window like
Microsoft Media Player while playing a MPeg Movie?
Regards
KL Chin
"Dave" <dave_xse (AT) hotmail (DOT) com> wrote
| Quote: | On Wed, 7 Jan 2004 12:11:08 +0100, Salvador Huertas wrote:
There are severals ways, one is:
Call the function "keydb_event" (API windows) with the parametes
VK_SNAPSHOT
and you get the image into the Clipboard, then you can read the
clipboard
with the objet VCL TClipboard.
Salvador Huertas.
You can also check out the following website :
http://www.bcbdev.com/faqs.htm
exactly the following
http://www.bcbdev.com/faqs/faq37.htm
Hope it helps,
Dave
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|