Click to See Complete Forum and Search --> : save settings/load settings for a textbox?
Charlezz
Nov 20th, 1999, 12:35 AM
anyone know how? or maybe even for a label caption, I just need to know how to keep text in a program without saving it to an external file.
MartinLiss
Nov 20th, 1999, 12:48 AM
There is no way to save a user's[/t] text entries without writing them to a file, database or the registry. If it's something else, please describe what you want to do, because I assume you know that there are many ways to create a label caption, including code in you form's Load event that says MyLabel.Caption = "This is my label".
------------------
[i]Marty
Charlezz
Nov 20th, 1999, 12:59 AM
well, what I mean is like: Say I have a program that has a password and I want it to be user-defined but I don't want to save it to a text file where you could just go in and read it, ok?
QWERTY
Nov 20th, 1999, 01:06 AM
So just use Registry or write an Algorytm to protect your password
------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.
[This message has been edited by QWERTY (edited 11-20-1999).]
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.