Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I am right now working on an app, the app is pretty simple and works well but the problem is that

there's a form in the app which the user needs to fill and it will be saved in the system for further use. So right now i use a simple notepad file to do so. but managing it is crap. And don't wanna get deep with database.
So is there any alternative for doing so...

Thanks in advance
Posted
Comments
supernorb 29-Sep-12 16:34pm    
Yeah, there are several. Try using Registry, Xml, Serialization...
Akinmade Bond 8-Oct-12 12:51pm    
XML, Registry are other alternatives. Or you could just save the info (if it is for only one user) in the settings of your project.

How about the program settings?
In the Solution Explorer, right-click on the project and click on "Properties"
In properties, navigate to "Settings" and create the settings you want to store.
Then reference these settings by the tag:
VB
My.Settings.[SettingName]

Any further questions, just ask.


If my post answered your question, please mark it as the answer. Thanks!
 
Share this answer
 
Hello my friend , you can use windows registry and ini files to save your form settings , and then u can easy load them into your form ,

another way is to use Settings .

google registry tutorial and ini files tutorial ,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900