Thanks...
We created a class with a shared function and then we are calling it passing the form name ...
It works great. All the forms have a good memory now ... I wish we did too.
One thing, we noticed that if it is not an MDI application, and the main form calls some other not modal forms, if the main is closed, the others all get closed but the registry is not saved.
Thanks.
Yeah, I thought of that.
By the way, I looked for a BeforeClose hook, and couldn't find one. And in the case the OnClosing not being fired, would the Save before closing work and things like that work?