Valuater Posted January 13, 2006 Posted January 13, 2006 (edited) Screen Capture DLL Call... just cant get this ( newbie at this for sure ) my fetile effort $dll = DllOpen("user32.dll") $result = DllCall($dll, "int", "GetDesktopWindow") $result = DllCall($dll, "int", "GetWindowDC", "int", "hwnd") $result = DllCall($dll, "int", "ReleaseDC", "int", "hwnd", "int", " hDC") DllClose($dll) from the internet... i think by reading the info below... it is possible * Submission: Capture Screen (Add Screenshot Capability to Programs) NOT NEEDED already did this... in a plugin... sorry thx 8) Edited January 13, 2006 by Valuater
BigDod Posted January 13, 2006 Posted January 13, 2006 Have you looked at LazyCats capture plugin ? Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Valuater Posted January 13, 2006 Author Posted January 13, 2006 Have you looked at LazyCats capture plugin ?thanks... got itused it beforewrote a script before.. ( Dah!!! )just thought maybe the DLL was faster... and now realized it is not8)
blademonkey Posted January 13, 2006 Posted January 13, 2006 thanks... got itused it beforewrote a script before.. ( Dah!!! )just thought maybe the DLL was faster... and now realized it is not8)ok now share the wealth, please.{= D ---"Educate the Mind, Make Savage the Body" -Mao Tse Tung
Moderators SmOke_N Posted January 13, 2006 Moderators Posted January 13, 2006 http://www.autoitscript.com/forum/index.ph...st=0&p=132653 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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