H
HONOREDANCESTOR
I have code like this
TheDialog.ShowDialog
If the user fills in the fields, and then hits OK, and then later
comes back to the dialog to add a different item, the dialog is still
filled with the data he entered the first time. To prevent this, I
could just set every text box to an empty string, and the selections
on every combo box would also have to be reset somehow.
But is there an easier way?
TheDialog.ShowDialog
If the user fills in the fields, and then hits OK, and then later
comes back to the dialog to add a different item, the dialog is still
filled with the data he entered the first time. To prevent this, I
could just set every text box to an empty string, and the selections
on every combo box would also have to be reset somehow.
But is there an easier way?