Screenshot Compare C# and AutoIt

Introduction Hi Everyone, This post is about me creating an unmanaged dll, which I managed to use in AutoIT for comparing two images/screenshots. At the time, I did not realise AutoIt had GDI+ library and when I did find it; I wrote some test to see if the functions _GDIPlus_BitmapGetPixel and _WinAPI_GetPixel works. However, it didn't … Continue reading Screenshot Compare C# and AutoIt

Connecting to the MSSQL in AutoIt Script

Connecting to MS SQL Server is pretty straight forward in AutoIt. Just like in Visual Basic, you will need to you create ADODB Connection and RecordSet (this is for the SELECT query) objects. The part is setting and opening the SQL Connection. Next part is executing the SELECT query and then outputting the results into … Continue reading Connecting to the MSSQL in AutoIt Script