D
**Developer**
I have a UserControl on a form.
The form is closing and I need the usercontrol to write to the Registry.
Where do I do that?
In the Disposed event? I need to do it when controls on the usercontrol are
still active so I can write, for example, the Text value of a Textbox.
In the Overrides Sub Dispose method? if so, before or after the
If disposing Then statement?
I've read Help and got only more confused.
Thanks
The form is closing and I need the usercontrol to write to the Registry.
Where do I do that?
In the Disposed event? I need to do it when controls on the usercontrol are
still active so I can write, for example, the Text value of a Textbox.
In the Overrides Sub Dispose method? if so, before or after the
If disposing Then statement?
I've read Help and got only more confused.
Thanks