Page 1 of 1

AWESOME Screen capture Utility DLL FREE!

Posted: Mon Sep 11, 2006 5:26 pm
by localmotion34
Im about to pee my pants here trying to tell everyone about this DLL.

4 functions, one of which hooks the mouse, and shown a zoomer window and allows you to capture ANY window. The result is a HBITMAP which you can then do ANYTHING you want.

allows capturing of rectangles too, along with a zoomer window.

its called "SnapperHelper.Dll" and I found it on the codeproject.

no royalties, not even a license!!?

Im posting the source from codeproject, as well as another ZIP showing the capture window feature.

Who Da Man?

Here it is:

http://www.penguinbyte.com/apps/pbwebst ... erDemo.zip

Re: AWESOME Screen capture Utility DLL FREE!

Posted: Mon Sep 11, 2006 9:46 pm
by PB
> allows you to capture ANY window

Not Media Player windows. Thus, it's no better than any screen capture code
posted in these forums in the past. Nothing to wet yourself about. ;)

Posted: Tue Sep 12, 2006 2:18 am
by Intrigued
Thanks localmotion34. Catching windows like WMP would be a nice bonus.

Posted: Tue Sep 12, 2006 11:17 am
by PB
> Catching windows like WMP would be a nice bonus

Agreed; I've wanted to catch WMP content for a long time.

Posted: Tue Sep 12, 2006 11:43 am
by nco2k
> Agreed; I've wanted to catch WMP content for a long time
then simply disable overlays in wmp. :wink:

c ya,
nco2k

Posted: Tue Sep 12, 2006 1:05 pm
by PB
> disable overlays in wmp

Well, bugger me... I never knew that! That's awesome! Why didn't anyone
tell me this years ago? Thanks, man! :D

Posted: Tue Sep 12, 2006 1:08 pm
by nco2k
> Why didn't anyone tell me this years ago?
well you never asked (me). :D

> Thanks, man!
you are welcome. i am glad i could help. :wink:

c ya,
nco2k

Posted: Wed Sep 13, 2006 2:48 am
by Intrigued
lmao, thanks. But, will not other content still be not captured that relies on that technology angle?

Posted: Wed Sep 13, 2006 9:38 am
by nco2k
well i guess yes, if you disable it for wmp then it should only work in wmp and software which is using wmp. for any other software you have to disable it aswell, if you want to be able to capture the content from it.

the problem is, overlay is a technique to speed up the video by rendering the content from the gpu to the screen without the need for any extra cpu time (more speed, less cpu usage). thats why you cant just grab the content that easy "from above". there should be a way or some tools based on directx(?), which can capture the content from the gpu itself, right before drawing it to the screen. but i never searched for it, because i can live very good without overlays. :D

c ya,
nco2k