Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an windows application developed in c sharp and generated an exe file. It has richtextboxes and buttons.It has a file menu, in that 'save' drop down item is there. After completion of task, I need to save the form as it is with textboxes and buttons and also with data. When I opened the saved form it should resemble exactly as the form before with latest modifications.
Posted

You need to decide on a serialisation format, and write code to store all your data, and code to read your file and put the data back in to the rich textboxes, etc.
 
Share this answer
 
Comments
Member 8150207 11-Aug-11 4:35am    
ok thanks, I will try in this way.
see article over here [WinForm Application].
it has functionality to remember password.
which stores the username and password in XML file and getting it back when user re-login in to application.

I hope it will help you...
 
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