you use declare statement:
You could check out the file Win32api in your winapi dir, which has a lot of declare statements you can have as samples.Code:Declare Function FunctionName Lib "dllname" (byval a as Long, byval b as Long, byval Whatever as Any....) As Long
And yes you can pass hDC to modify the image.





Reply With Quote