S
Steve
I have a simple application that consists of two forms.
On the main form, I have a button that when clicked triggers an event.
I have a listener on the main form that detects a button click and then
updates a value X.
I have a second form, (Form2), that i also need to listen for X being
changed in value. The question is, how can i do this.
I've looked at delegates and event driven programming, but I'm getting
confused.
How can one form listen in for values on another form being changed?
Many thanks.
On the main form, I have a button that when clicked triggers an event.
I have a listener on the main form that detects a button click and then
updates a value X.
I have a second form, (Form2), that i also need to listen for X being
changed in value. The question is, how can i do this.
I've looked at delegates and event driven programming, but I'm getting
confused.
How can one form listen in for values on another form being changed?
Many thanks.