Hi all,

I have a form with several text boxes. On the form load I read the registry and load some data(text) to those text boxes. It's fine.

Also use two buttons to backup the registry and restore the registry. That step also working fine on my application.

On the first installation of my application, there is no any entry on the registry. So user can restore previously backup registry. It's update the registry perfectly. But it not update values to text boxes. I have to close and open again the form. At that time I can see all values correctly.

I try to do the same thing as form load, get the values from the registry. But it freeze the form.

So, how can I dynamically load those values. Exiting and opening the form again is not a user friendly at all.

I'm waiting for your comments.

Thanks