Click here to Skip to main content
16,016,613 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Dear Sir,

I want to store Data in window application in History like webbrowser.
What is code in C#?
Thanks
Mahendra kumar Das
Posted
Comments
R. Giskard Reventlov 16-Jun-11 6:05am    
What research have you done? What have you already tried for yourself? Asking for code is a recipe for disaster: no one here will give it to you unless they can see what you have done to help yourself first.

1 solution

You need to store a history with the date of the item occurred. This could be a database (good idea) XML (ok) or a text file (bad idea), or in the registry (terrible idea).
You then display it based on retrieving the information based on the current data, and grouped into teh time peridos you mention.

Can't be specific, because you weren't specific in your question!
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 16-Jun-11 13:24pm    
Good classification from good to terrible, my 5.
--SA

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