S
STom
I have an MDI (VB.net) application that has 5 winforms.
One Winform is where the user does the primary user input. It has about 10
different fields to enter values in. The other Winforms are just variations
of calculation of the data.
My intent is to have one base class that all the forms derive from and then
raise an event in that class whenver a change happens on the form with the
data entry.
My question here is how should I notify the base class of the change? Should
I just use the txtchange event of the edit boxes and call into the base
class to notify that a change has happened?
Any ideas would be appreciated.
Thanks.
STom
One Winform is where the user does the primary user input. It has about 10
different fields to enter values in. The other Winforms are just variations
of calculation of the data.
My intent is to have one base class that all the forms derive from and then
raise an event in that class whenver a change happens on the form with the
data entry.
My question here is how should I notify the base class of the change? Should
I just use the txtchange event of the edit boxes and call into the base
class to notify that a change has happened?
Any ideas would be appreciated.
Thanks.
STom