P
primoz.kozuh
Whenever I try to show a message box with caption text that includes
word "Error", the message box shows only briefly. It doesn't wait for
user interaction and just returns DialogResult.No .
//This doesn't work properly
DialogResult res = MessageBox.Show("Some description.", "Some Error");
//This works just fine
DialogResult res = MessageBox.Show("Some description.", "Some
Failure");
Can anyone else reproduce this behavior. I'm using Windows 2000 SP4 and
..NET Framework 1.1 SP1.
Maybe this is just another way Microsoft tries to hide errors from
users.
Primoz Kozuh
word "Error", the message box shows only briefly. It doesn't wait for
user interaction and just returns DialogResult.No .
//This doesn't work properly
DialogResult res = MessageBox.Show("Some description.", "Some Error");
//This works just fine
DialogResult res = MessageBox.Show("Some description.", "Some
Failure");
Can anyone else reproduce this behavior. I'm using Windows 2000 SP4 and
..NET Framework 1.1 SP1.
Maybe this is just another way Microsoft tries to hide errors from
users.
Primoz Kozuh