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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving listbox items using SaveSetting function

Status
Not open for further replies.

r3b00t

Technical User
Aug 13, 2002
45
GB
Hi guys

I know im being a pain but please bear with me!

Ive been reading a bit about the SaveSetting and GetSetting functions.
What i want to know first is will this work with VB learning edition?
Secondly how could i use these functions to firstly save listbox items when the application is closed and secondly to retrieve thse items when the application is opened?

Please help!

r3b00t
 

I have never used the learning edition but I think you can use the savesettings and getsettings with it.

To save your infomation you could use a forms query unload event.

To recal the information you could use the forms load event.

I hope this helps you, Good Luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top