soyfelix Posted February 4, 2008 Posted February 4, 2008 Hello, i´d like to know if it´s possible print a GUI screen like a keyboarda button "Print Screen" but without the windows taskbar. Excuse about my english :-). Thanks!!!
whim Posted February 4, 2008 Posted February 4, 2008 You will first need to hide the taskbar, then use Send("{PrintScreen}" )and finally enable Tasbar again for taskbar manipulation check here: http://www.autoitscript.com/forum/index.ph...;hl=taskbar+funhave fun !
soyfelix Posted February 8, 2008 Author Posted February 8, 2008 You will first need to hide the taskbar, then use Send("{PrintScreen}" )and finally enable Tasbar again for taskbar manipulation check here: http://www.autoitscript.com/forum/index.ph...;hl=taskbar+funhave fun !thanks!! but i did not explain correctly, if i make this the desktop appair to into the print, i´d like only print the gui. thanks again!!
AdmiralAlkex Posted February 8, 2008 Posted February 8, 2008 (edited) use alt+prtscr to take a screenshot of only the active window Edited February 8, 2008 by TzarAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
soyfelix Posted February 11, 2008 Author Posted February 11, 2008 thanks!!!! But i used _ScreenCap_CaptureWnd($sFileName, $hWnd[, $iLeft, $iTop, $iRight, $iBottom, $fCursor]) from Auto3Lib and the UDF _FilePrint ( $s_File [, $i_Show] ). Now I can Capture controls and print using default windows viewer . Thankssss!!!!!!!!!!!!!!!!!!!
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