Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I save the control values?

Status
Not open for further replies.

Elena

Technical User
Oct 20, 2000
112
US
Hi,

I want to be able to save the values from all the controls on my form, so that they can be loaded again the next time the program is run. How do I do that?

Thanks,

Elena
 
The property bag of the usercontrol allows you to do that. The control property values will be saved in the form's .frm and the binary values will be save in the form's .frx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top