Jump to content

Recommended Posts

Posted

Hello. I've spent the last week learning how to use DllCall to work with the functions in gdi32.dll. A few days ago, I decided to start using the more powerful and diverse functions in gdiplus.dll, however, when I looked, most of the functions in GdiPlus could only be used by creating objects and using methods. Can anyone tell me how to use these functions through AutoIt? By the way, I know that I could use auto3lib, however, I would like to learn how to do it myself. Thanks.

Posted

Hello. I've spent the last week learning how to use DllCall to work with the functions in gdi32.dll. A few days ago, I decided to start using the more powerful and diverse functions in gdiplus.dll, however, when I looked, most of the functions in GdiPlus could only be used by creating objects and using methods. Can anyone tell me how to use these functions through AutoIt? By the way, I know that I could use auto3lib, however, I would like to learn how to do it myself. Thanks.

Open up the UDF file A3LGDIPlus.au3 and see how PaulIA did it. That get you well on your way.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted (edited)

Thank you so much!!! I had no idea that I could just look at Auto3Lib's code. This will help me a lot!!!

Edited by tobias7

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
×
×
  • Create New...