T
Tony Johansson
Hello!
I have two forms each containing a DataGridView that has a textFile as it's
data.
When I want to save the DataGridView to the textfile I push the save button.
If I for example change the DataGridView in one of the form and then push
the save button
how do I best inform the other form that it has to reload the DataGridView
because the data(textfile)
has been changed.
Somebody might have a simple example for this kind of thing.
//Tony
I have two forms each containing a DataGridView that has a textFile as it's
data.
When I want to save the DataGridView to the textfile I push the save button.
If I for example change the DataGridView in one of the form and then push
the save button
how do I best inform the other form that it has to reload the DataGridView
because the data(textfile)
has been changed.
Somebody might have a simple example for this kind of thing.
//Tony