usera Posted October 2, 2011 Posted October 2, 2011 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
Damein Posted October 2, 2011 Posted October 2, 2011 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) 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
usera Posted October 2, 2011 Author Posted October 2, 2011 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now