0
votes
2answers
514 views
C# Regex Split To Java Pattern split
I have to port some C# code to Java and I am having some trouble converting a string splitting command.
While the actual regex is still correct, when splitting in C# the regex tokens are pa …
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 …
