D
Du Dang
I want to simulate the behavior of the messagebox;
I show the messagebox, and when it finished it return to where I called the
"MessageBox.Show()"
Form A:
showFormB(){
Show form B
// when form b is finished
// i want it to return here
}
I want form A and form B to be on the same thread, running serially rather
than running parrallel to each other
thanks,
Du
I show the messagebox, and when it finished it return to where I called the
"MessageBox.Show()"
Form A:
showFormB(){
Show form B
// when form b is finished
// i want it to return here
}
I want form A and form B to be on the same thread, running serially rather
than running parrallel to each other
thanks,
Du