Hello, guys. I need your help. :o3
I want to create a MessageBox which may "communicate" with form. Actually, i need to communicate with form. It's a kind of backtraking and I want to display in more ways the solution.
void afisare()
{
int dame = int.Parse(Dame.Text);
afisari++;
for (int i = 0; i < dame; i++)
for (int j = 0; j < dame; j++)
if (S[i] == j)
M[i, j].BackgroundImage = dama;
//bla bla bla
//end here comes the MessageBox part
//.
//.
//.
//.
If i don't make that messagebox the program will display all ways. But I want in same time to make smt in Form.
Does anyone have any idea?