silvercover Posted September 30, 2005 Posted September 30, 2005 Hi: As we know we can call DLLs using AutoIt functions, now I want to ask is there any ability to call GDI32.DLL from AutoIt and take advantages of its functions? Thanks The more I learn the less I know!
LxP Posted September 30, 2005 Posted September 30, 2005 (edited) Have you tried? I'd try myself but I don't see any functions in there that I would want to toy with unless I knew what I was doing. Edit: For what it's worth I've been able to use DLLCall() with user32.dll, so there doesn't seem to be a reason why you couldn't take advantage of gdi32.dll. Edited September 30, 2005 by LxP
silvercover Posted September 30, 2005 Author Posted September 30, 2005 I asked for that because this DLL needs Device Context initialization and some preparation which is unclear for me. The more I learn the less I know!
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