-
Re: Dumb Newbie question for yall: How do I in VB6 for instance if i want to store a value the user
MIke wrote:
> For example,a user puts in his name.Next time the program opens it
> should say hi(username) how are u?.Can it be done with out creating
> an extranl file such as a dat file.How do u do this
You can store it in
* an INI file
* the registry
* a database
* a text file
* any other format you like
but you have to write it out somewhere. examples of all the above can be
found by searching under http://groups.google.com
BTW, it's generally not good form to put the question in the subject as many
people won't see it, especially if they are using the up/down options in
their newsreader.
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks