| View previous topic :: View next topic |
| Author |
Message |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Sat Dec 20, 2003 9:29 pm Post subject: |
|
|
Just curious Boo...
Are ya wanting to capture a particular "window", or specific
screen coordinates (that could include several windows)?
I assume ya want to save the capture as an image, so is
BMP an acceptable format? If not, what format did ya have
in mind?
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
Boo Valued Contributor


Joined: 31 Oct 2003 Posts: 599 Location: Gulf Breeze, Florida USA
|
Posted: Sat Dec 20, 2003 11:49 pm Post subject: |
|
|
Hi Mac,
The screen capture as a BMP file is fine (although it would be nice to have the option of outputing to various image types).
I need the ability to capture the entire screen, a certain window, and certain screen coordinates...
Cheers,
- Boo |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Dec 21, 2003 1:25 pm Post subject: |
|
|
What you could do is either:
- Create a VDS 4 compiled app to use the VDSCAP.DLL then call that
from your VDS 5 compiled app and get the screen capture your old one
saves.
- Capture with one of the capture methods that work with VDS 5 and then
use VDSIMAGE.DLL to crop the capture to your specifications. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Boo Valued Contributor


Joined: 31 Oct 2003 Posts: 599 Location: Gulf Breeze, Florida USA
|
Posted: Sun Dec 21, 2003 4:57 pm Post subject: |
|
|
Hi FreezingFire,
I already tried that (using VDS 3.5). Problem is, the compiled application with DLLs (even when compressed with Alloy) still comes in at 275K or so. (I really need a smaller solution.)
Cheers,
- Boo |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Sun Dec 21, 2003 7:26 pm Post subject: |
|
|
Well, ya can capture screen/windows with VDSug.dll, but
I'm not sure about saving the BMP with the VDSug structs.
Here's an example that captures and displays to a VDS
window. Should work on VDS3 and VDS4 - might have to
declare something (or whatever) in VDS5.
http://forum.vdsworld.com/viewtopic.php?p=16555
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Mon Dec 22, 2003 5:23 am Post subject: |
|
|
Hi Boo
http://codescript.vdsworld.com/VDS5src/capscreen.zip
this unit captures a region of screen/active window/full screen etc to a bitmap file (downside is needs VDS 5 and VB6 runtimes - otherwise quite small). Also I have an incomlete project converting the bitmap to about 15 formats but uses a 600 kb freeware dll. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Boo Valued Contributor


Joined: 31 Oct 2003 Posts: 599 Location: Gulf Breeze, Florida USA
|
Posted: Mon Dec 22, 2003 6:22 am Post subject: |
|
|
Hi CodeScript,
Yeppers, I have already played around with your DSU (thanks just the same, though)...
Preferably, however, I would like a solution that does not require any additional runtimes/files (just in case a user is running Windows 95, for example)...
Cheers,
- Boo |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Mon Dec 22, 2003 11:49 am Post subject: |
|
|
| CodeScript wrote: | | Also I have an incomlete project converting the bitmap to about 15 formats but uses a 600 kb freeware dll. |
I'd be very interested in this. If you get any more work done/get it finished let me know!  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Wed Dec 31, 2003 3:59 am Post subject: |
|
|
Well my DLL didn't make it out as quickly as I had hoped, but better late than never.
It's 8k and free..can't beat that.
Check it out here and happy holidays:
http://forum.vdsworld.com/viewtopic.php?p=16691#16691 _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
Duck11 Newbie
Joined: 08 Sep 2005 Posts: 1
|
Posted: Thu Sep 08, 2005 2:14 pm Post subject: |
|
|
| Boo wrote: | Hi Mac,
The screen capture as a BMP file is fine (although it would be nice to have the option of outputing to various image types).
I need the ability to capture the entire screen, a certain window, and certain screen coordinates...
Cheers,
- Boo |
Hi there!! i've recently found screen capture tool that is an easy and fastest way to take video screen captures from Windows screen.Its quite nice tool, i have checked!!! http://www.geovid.com/Screen_VidShot/ |
|
| Back to top |
|
 |
|