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

DirListBox

Status
Not open for further replies.

keenanbr

Programmer
Oct 3, 2001
469
0
0
IE
Any suggestions for remembering the entries from when the program was last run. I could write to a text file but am looking for a different (better) solution.

Thanks in advance.
 
Never mind. I found this solution

SaveSetting App.Title, "Default Settings", "CompareXML", Dir1.Path
SaveSetting App.Title, "Default Settings", "CompareEXCEL", Dir2.Path


Dir1.Path = GetSetting(App.Title, "Default Settings", "CompareXML")
Dir2.Path = GetSetting(App.Title, "Default Settings", "CompareEXCEL")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top