Windows Develop Bookmark and Share   
 index > Windows Forms General > Saving Settings and Refresh Main Form
 

Saving Settings and Refresh Main Form

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!

Andre Rade  Wednesday, April 04, 2007 1:42 AM

resolved....

Andre Rade  Wednesday, April 04, 2007 3:01 AM

resolved....

Andre Rade  Wednesday, April 04, 2007 3:01 AM
hy let me please know how you solved this


thanks
selko  Thursday, April 12, 2007 1:03 PM

You can use google to search for other answers

Custom Search

More Threads

• Rectangles with different Pen widths
• Applying LinearGradientBrush on a TextBox
• a small problem with forms...
• Setup
• .NET Web Browser Control: How to check if there is text selected??
• windows installer
• SpinEdit. before decimal value i need to display zeros, how?
• Read Data from a Text file being retrieved from a Textbox control
• Tabbing not working in MFC + .NET app
• graphics flicker problem (double buffer not working)