I have configuration form thatpersists user settings entered in the form. The main form, which lauches the config form, is supposed to be refreshed after saving and before close. The main form just will not refresh.
I have tried passing the "this" object to config form and using it to Refresh(), Invalidate(). I am using Application.DoEvents(), but it will not do anything.
The changes made by the settings are applied when the app is rerun.
What am I doing wrong!?!?! Help!