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

Whenever an Application crashes I need to recover the data which have been entered in the application.

For Ex: In a WPF form I have 10 text boxes Where I have entered value in 8 text boxes, and before saving the application crashes unexpectedly now when I reopen the application I need to get the data of 8 text boxes which I have entered before crashing.

This has to work as it works in MSExcel.

Is this possible ? If possible Please let me know the way to do this

Thanks & Regards,
Mathi
Posted
Comments
Prasad Khandekar 31-Jul-13 3:13am    
Have a look at http://www.codeproject.com/Articles/17024/Vista-Application-Crash-Recovery-in-C.
Syed Shabeer 31-Jul-13 3:31am    
See this
http://stackoverflow.com/questions/9327416/how-to-ensure-saving-of-application-state-on-crash-c-sharp

1 solution

 
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