W
Wayne
I posted this in microsoft.public.dotnet.languages.csharp with name of "Bug
in Framework?"
Drop a timer on the form, set it's interval to 1000 and put this in for the
timer event:
timer1.Enabled = false;
MessageBox.Show("TEST");
Run the application and make sure to take focus away from the form/App. I
just select my News reader. Once you do this and the message box displays
the form is selectable.
I know calling MessageBox.Show(this, "TEST") will make it work just fine,
but shouldn't the method work the same in every case?
--
Thanks
Wayne Sepega
Jacksonville, Fl
"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
in Framework?"
Drop a timer on the form, set it's interval to 1000 and put this in for the
timer event:
timer1.Enabled = false;
MessageBox.Show("TEST");
Run the application and make sure to take focus away from the form/App. I
just select my News reader. Once you do this and the message box displays
the form is selectable.
I know calling MessageBox.Show(this, "TEST") will make it work just fine,
but shouldn't the method work the same in every case?
--
Thanks
Wayne Sepega
Jacksonville, Fl
"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein