M
Michael.Suarez
this is so bizarre. Try it for yourself.
In VS 2005:
Create a windows control library with 1 form. The only control on the
form is 1 enabled timer whose tick event has MessageBox.Show("hello");
Build this library, and reference it from another windows form
application. Now create an inherited form, inheriting from the form you
just created.
What you will witness is this:
While you have the Windows App project open, in design mode, somehow
the timer will be ticking and it's tick event will get raised. And you
will actually see the message box pop up while you are in design mode!!
Can anyone explain why this happens?
Should this be expected? or is this a major bug?
In VS 2005:
Create a windows control library with 1 form. The only control on the
form is 1 enabled timer whose tick event has MessageBox.Show("hello");
Build this library, and reference it from another windows form
application. Now create an inherited form, inheriting from the form you
just created.
What you will witness is this:
While you have the Windows App project open, in design mode, somehow
the timer will be ticking and it's tick event will get raised. And you
will actually see the message box pop up while you are in design mode!!
Can anyone explain why this happens?
Should this be expected? or is this a major bug?