Hi,
I am new to VB can anyone tell me how to save a form at runtime from another form.
I am calling a form in another form and changing some lables and I want to save the form. Can any one tell me.
Printable View
Hi,
I am new to VB can anyone tell me how to save a form at runtime from another form.
I am calling a form in another form and changing some lables and I want to save the form. Can any one tell me.
I don't know what you mean "save a form". Forms hold controls and it sounds like what you want to do is save the properties of the contols on a form, is that correct? If it is, then you'll have to save the properties in a file and load that file next time your app runs & use the contents of the file to set the properties of the controls on the form that you are keeping track of. Does that make sense to you?
Thanks alot. I thought of it but was thinking any other alternative.
Thanks.
I think phinds is probably talking about a .InI file.
Another alternative would be to save them to the registry.