Search Tools Links Login

Store TextBox, ListBox, and other controls values in a file then restore them from a file.

Posted: 2002-06-01
By: ArchiveBot
Viewed: 58

Filed Under:

VB6 Code Cache

Title Uploaded Size
CODE_UPLOAD15947342001.zip 9/3/2020 3:45:00 PM 4,676

This code will save values for TextBox, CheckBox, ListBox, ComboBox, OptionButton, and MultiLine TextBoxes with no problem. It demonstrates using the controls collection to go through all controls contained on a form and save their values. It also has an error handler that gives abort, Retry and ignore options on errors. It uses conditional compilation to help with debugging by printing values to the debug window. This behavior can be changed by changing #const debugmode to 0. The file will automatically be saved in the same directory as your application and will contain the forms name with an extenstion of .set.

Original Author: http://vbPlanet.ath.cx

Inputs

a Form Object


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.