EvilZone
Programming and Scripting => Other => : Kulverstukas February 09, 2011, 01:33:46 PM
-
Another useless, but somewhat phunny app. Shout to NeX for the idea :P
This one when run, takes a fullscreen screenshot, put it into %temp%\foto.png, blocks mouse and keyboard input and loads the screenshot in fullscreen.
Input can be unblocked by pressing the magic combination - CTRL+ALT+DEL.
Few things I couldn't figure out with dynamic forms was that I couldn't hide the app from a taskbar with standard functions, and the DynamicForm isn't staying on top of everything no matter what...
If someone would solve this I'd be glad to hear the solution :)
Project: http://newage.ql.lt/projects/delphi/FullScreenShot/FullScreenShotEN.zip (http://newage.ql.lt/projects/delphi/FullScreenShot/FullScreenShotEN.zip)
Compiled EXE: http://newage.ql.lt/projects/delphi/FullScreenShot/FullScreen.exe (http://newage.ql.lt/projects/delphi/FullScreenShot/FullScreen.exe)
-
Nice, I made something similar in VB6 and also has it hide the taskbar and make it stay on top of all programs. Too bad the magic combination gets you out :P
-
It's called top most.You can find it in VS so i believe it's available in other languages too .