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!

Using Property Bag for VB controls(NEWBIE Question)

Status
Not open for further replies.

Elena

Technical User
Oct 20, 2000
112
US
Hi,

I am trying to save the values of my properties, so they can be reused when the program is run next time. I don't have much experience at this and I haven't a clue about ActiveX, yet. Is it possible to use the WriteProperties and ReadProerties on VB simple controls, like a text box for instance? Or do I have make ActiveX controls? If I do have to, I would appreciate some help, since I have no clue.

Thanks and best regards to all,

Elena
 
you can use SaveSetting to the Windows register and read with GetSetting
Tray Help on SaveSetting in MSDN Eric De Decker
vbg.be@vbgroup.nl

License And Copy Protection AxtiveX.

Download Demo version on my Site:
 
Eric,

Thanks a bunch. That did it!!

Elena
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top