Screen Capture with Transparent Windows and Mouse Cursor
#1
Posted 07 April 2007 - 12:58 PM
It'll also capture the transparent windows and/or the mouse cursor, according to the options.
Please read the comments in the script for the details.
PS. It REQUIREs GdiPlus.dll.
DOWNLOAD ScreenCapture.ahk.
#2
Posted 07 April 2007 - 04:55 PM
#3
BoBo
Posted 07 April 2007 - 05:21 PM
#4
Posted 07 April 2007 - 05:23 PM
#5
Posted 08 April 2007 - 05:13 AM
#6
SomeGuy
Posted 16 August 2007 - 05:44 PM
#7
Posted 27 August 2007 - 10:41 PM
One question:
Is there a way to have the image in the clipboard instead of saving it to a file? This would definitely make my day :wink:
#8
Posted 28 August 2007 - 01:38 AM
I updated the script with this option. After a thought, I became not so sure if I did it in absolutely right way, however, seems to work in my system XPSP2. The syntax will be: set the sFileTo to 0 like:Is there a way to have the image in the clipboard instead of saving it to a file? This would definitely make my day :wink:
CaptureScreen("100, 100, 400, 400", False, 0)BTW, if you want to save the hBitmap in the clipboard to the file additionally, you can use Convert(), specifying the first sFileFr to 0 or "", like:
Convert(0, A_Temp . "\screen.png")
#9
Posted 28 August 2007 - 05:39 AM
Unfortunately, the link in your first post still points to the old version. Have you updated the file elsewhere?
#10
Posted 28 August 2007 - 06:28 AM
It's updated in the same place.Unfortunately, the link in your first post still points to the old version. Have you updated the file elsewhere?
Please be sure to clear the cache of your browser before downloading it.
#11
Posted 28 August 2007 - 09:10 PM
Many thanks for all your efforts!
#12
Nogbadthebad
Posted 30 August 2007 - 07:15 PM
Thanks for you help!
#13
Posted 30 August 2007 - 11:53 PM
#14
skydreams
Posted 19 November 2007 - 09:48 PM
Is there a way to designate the path for the output file? I wish it to output the file on my desktop.
Thanks
#15
Posted 19 November 2007 - 10:07 PM




