0
votes
sending messages to a flash game with C# / autoit
I had a very similar problem a while ago, also writing a Minesweeper bot using AutoItX but in C++.
In the following code:
char szHandle[256];
AU3_WinGetHandle("title", "text", szHan …
