I'm writing A.I. for logic game, and I need to know how do I call methods like this:
...and what arguments do I pass to them?
One more: I need event handler for a MessageBox appearance, so I could close it progammably.
That means, somehow to determine if messagebox has popped up, and close it programmably.
P.S. I running out of time and I need your's help very bad. I have deadlines, and I guess, I miscalculated my work plan time.
Code:
public void MyButton_Click(object sender, System.EventArgs e) {}
One more: I need event handler for a MessageBox appearance, so I could close it progammably.
That means, somehow to determine if messagebox has popped up, and close it programmably.
P.S. I running out of time and I need your's help very bad. I have deadlines, and I guess, I miscalculated my work plan time.
Comment