Jump to content

Recommended Posts

Posted

Greeting,

Looking for a way to take the screen shot for the whole desktop. BUT WITHOUT taskbar. then save it to the clipboard.

Thanks

usera

Posted

Well, this would work on my desktop. But I assume it won't for all desktops. If you are wanting to use it for just your PC, you could just adjust how much it minuses from the $Height on the capture.

#include <ScreenCapture.au3>
 
$Height = @DesktopHeight
$Width = @DesktopWidth
 
_ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image2.jpg", 0, 0, $Width, $Height-25)

MCR.jpg?t=1286371579

Most recent sig. I made

Quick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic

Posted

Well, this would work on my desktop. But I assume it won't for all desktops. If you are wanting to use it for just your PC, you could just adjust how much it minuses from the $Height on the capture.

#include <ScreenCapture.au3>
 
$Height = @DesktopHeight
$Width = @DesktopWidth
 
_ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image2.jpg", 0, 0, $Width, $Height-25)

Thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...