GeoTrail ScreenGrabber

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Nice one Sparkie. Seems to work ok here. The second time I updated the list and took snapshots the second item in the list didn't seem to work. Anyways, it looks cool. But how come the exe is so big?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

Thanks GeoTrail :)

The exe is a little oversized because I while I did remove the save routine, I forgot to remove...

Code: Select all

UseJPEGImageEncoder()
UsePNGImageEncoder()
:oops:

I'm getting closer to NT/2000 suppoort, but I think 98 is out for this one. Not a problem for me on this project though.
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

He he he ok it's easy to forget things like that.
What's the reason it doesn't support Win9x systems?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

To be honest, I'm not sure why 98 doesn't cooperate. I'm still trying to figure that one out. :?
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Perhaps Fred could stop by this thread...
I'm sure he could figure something out.
If he can't then... then probably nobody
hehehe
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

Mine worked great in all Windows OS'.... Was smaller.. Faster.. Nicer.. Easyer... And I still dont remember why I didnt share it. Maybe i'll remake it someday.
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

@dagcrack - Are you saying that your screen grabber could take snapshots of any open window, whether it's in view or not, with any Win OS :?:

The code I posted was just a plucked out sample of what my screen grabber does. In the actual app I'm working on, it works silently in the background with no visual interuptions and no user input required.

If yours can do that, then I'd be interested in seeing it in action. ;)
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
Post Reply