Jump to content

DLL Call


 Share

Recommended Posts

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 by Valuater

NEWHeader1.png

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...