Jump to content

Making your own program


Recommended Posts

To make your own program you search the helpfile for a function that does whatever the problem you want to solve is.

So say the problem is how to detect color at certain places, you find that the function

'PixelSearch' does 'Searches a rectangle of pixels for the pixel color provided' or

'PixelGetColor' which does 'Returns a pixel color according to x,y pixel coordinates'.

You run the example of the function provided and adjust it to suit your needs.

GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
Link to comment
Share on other sites

Same applies.

problem = making your own window

Searching helpfile finds 'GUICreate' which does 'Create a GUI window'

GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
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...