E
Enrico Angka
I have a windows form in my class library that implements
a load event. The load event calls the MessageBox.Show()
method.
I created a class that inherits that form
programmatically. When I open the inheriting class in
design view, the base load event fires and calls the
MessageBox.Show(). I tried the "Add Inherited Form"
wizard and it did the same thing.
Is this normal? If so, is there a way of suppressing the
load event at design time?
Thank you for the support.
Sincerely,
Enrico
a load event. The load event calls the MessageBox.Show()
method.
I created a class that inherits that form
programmatically. When I open the inheriting class in
design view, the base load event fires and calls the
MessageBox.Show(). I tried the "Add Inherited Form"
wizard and it did the same thing.
Is this normal? If so, is there a way of suppressing the
load event at design time?
Thank you for the support.
Sincerely,
Enrico