Save User Settings

Light Poster
29Oct2010,12:14   #1
blackrubybarb's Avatar
I have developed an application using C# and i want to save some user settings at runtime for my application. ex:- if some user wants to change and save a short cut key at run time, then how should i do ? any idea ?
(sorry for my bad english)
Go4Expert Founder
29Oct2010,13:32   #2
shabbir's Avatar
Store them in files and when you app starts load them from that file.
blackrubybarb like this