LordJashin Posted May 22, 2012 Share Posted May 22, 2012 (edited) ONLY FOR SCAR 3.34 OR LOWER!!!!! Takes a screen shot of the whole desktop ( fullscreen ), and saves it as specified. [sCAR] procedure SaveFullScreenShot(s: AnsiString); var h: Integer; begin h := GetClientWindowHandle; SetDesktopAsClient; SaveScreenshot(s); SetClientWindowHandle(h); end; [/sCAR] Usage: [sCAR] SaveFullScreenShot('C:\Program Files\'); [/sCAR] Edited September 10, 2012 by LordJashin Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted September 10, 2012 Share Posted September 10, 2012 Nice, but i cannot think of why i would need this:P lol but its still nice, goodjob:D Quote Link to comment Share on other sites More sharing options...
LordJashin Posted September 10, 2012 Author Share Posted September 10, 2012 This is a lot easier to do in SCAR 3.35+, I'm going to take this post down... Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted September 11, 2012 Share Posted September 11, 2012 ahh alright alright. Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted September 11, 2012 Share Posted September 11, 2012 I'd leave it. As simple as it seems to you little tidbits of code like this are gold to novice scripters. Quote Link to comment Share on other sites More sharing options...
MarkD Posted September 11, 2012 Share Posted September 11, 2012 Novice scripters shouldn't use SCAR 3.34 or lower... Quote Link to comment Share on other sites More sharing options...
shadowrecon Posted September 11, 2012 Share Posted September 11, 2012 Novice scripters shouldn't use SCAR 3.34 or lower... Who knows someone may need this down the road.. lol Quote Link to comment Share on other sites More sharing options...
LordJashin Posted September 11, 2012 Author Share Posted September 11, 2012 Who knows someone may need this down the road.. lol Yeah I'm going to get SPS together for SCAR 3.34 again soon... if there isn't already a tag for it Quote Link to comment Share on other sites More sharing options...