|
-
Nov 20th, 1999, 01:35 AM
#1
Thread Starter
Member
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.
-
Nov 20th, 1999, 01:48 AM
#2
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
-
Nov 20th, 1999, 01:59 AM
#3
Thread Starter
Member
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?
-
Nov 20th, 1999, 02:06 AM
#4
Fanatic Member
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).]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|