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.
Printable View
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.
There is no way to save a [i]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".
------------------
Marty
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?
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).]