Sub MinimizeWar2()
oAutoIt.WinSetState "Warcraft II", "", 6
End Sub
I just tried autoit, had to change it to WinSetState("Warcraft II", "", 6) (not sure if that syntax means something)
And it works fine while war2 is working, but don't help after crash.
As soon as i can reproduce tupac's error, i'll try to find any other way to make a crash dump.
I'm thinking about remote debugging as the best way. Never tried that...