B
babylon
I have sth like
while (true)
{
MessageBox.Show("TEST");
Application.Run(this); // this is a WinForm
}
A MessageBox is shown for the first time; then the MessageBox.Show just
return immediately without showing any message box....
pls help!
while (true)
{
MessageBox.Show("TEST");
Application.Run(this); // this is a WinForm
}
A MessageBox is shown for the first time; then the MessageBox.Show just
return immediately without showing any message box....
pls help!