Click here to Skip to main content
15,887,434 members
Home / Discussions / C#
   

C#

 
AnswerRe: Call validation during setup Pin
thatraja1-Feb-12 20:40
professionalthatraja1-Feb-12 20:40 
AnswerRe: Call validation during setup Pin
Abhinav S1-Feb-12 21:16
Abhinav S1-Feb-12 21:16 
QuestionSaveSetting Pin
Ian_urquhart1-Feb-12 1:35
Ian_urquhart1-Feb-12 1:35 
AnswerRe: SaveSetting Pin
Pete O'Hanlon1-Feb-12 2:28
mvePete O'Hanlon1-Feb-12 2:28 
GeneralRe: SaveSetting Pin
Ian_urquhart1-Feb-12 5:38
Ian_urquhart1-Feb-12 5:38 
GeneralRe: SaveSetting Pin
Pete O'Hanlon1-Feb-12 7:30
mvePete O'Hanlon1-Feb-12 7:30 
AnswerRe: SaveSetting Pin
Abhinav S1-Feb-12 3:15
Abhinav S1-Feb-12 3:15 
AnswerRe: SaveSetting Pin
BillWoodruff1-Feb-12 5:36
professionalBillWoodruff1-Feb-12 5:36 
If you are using C# in WinForms, you have the "Application Settings" facility to help you persist values:[^].

Other strategies, besides Registry manipulation, and Application Settings, include serialization, and deserialization.

CP has very good articles on serialization and de-serialization, just search for them: Mehdi Gholam's recent work on "Fast JSON" is outstanding: but, perhaps more relevant to situations where you need to store and retrieve large amounts of information:[^].

best, Bill
"Our life is a faint tracing on the surface of mystery, like the idle, curved tunnels of leaf miners on the surface of a leaf. We must somehow take a wider view, look at the whole landscape, really see it, and describe what's going on here. Then we can at least wail the right question into the swaddling band of darkness, or, if it comes to that, choir the proper praise." Annie Dillard

GeneralRe: SaveSetting Pin
Ian_urquhart1-Feb-12 5:56
Ian_urquhart1-Feb-12 5:56 
GeneralRe: SaveSetting Pin
SledgeHammer011-Feb-12 6:27
SledgeHammer011-Feb-12 6:27 
QuestionHow to find if client is idle or not? Pin
sreenathpktr1-Feb-12 1:06
sreenathpktr1-Feb-12 1:06 
AnswerRe: How to find if client is idle or not? Pin
DaveAuld1-Feb-12 1:32
professionalDaveAuld1-Feb-12 1:32 
AnswerRe: How to find if client is idle or not? Pin
DaveyM691-Feb-12 3:21
professionalDaveyM691-Feb-12 3:21 
AnswerRe: How to find if client is idle or not? Pin
jschell1-Feb-12 10:10
jschell1-Feb-12 10:10 
Question[SOLVED] Checkbox Column - DatagridView Pin
AmbiguousName1-Feb-12 0:51
AmbiguousName1-Feb-12 0:51 
AnswerRe: Checkbox Column - DatagridView Pin
Eddy Vluggen1-Feb-12 9:55
professionalEddy Vluggen1-Feb-12 9:55 
AnswerRe: Checkbox Column - DatagridView Pin
AmbiguousName1-Feb-12 18:20
AmbiguousName1-Feb-12 18:20 
AnswerRe: Checkbox Column - DatagridView Pin
Abhinav S1-Feb-12 21:32
Abhinav S1-Feb-12 21:32 
AnswerRe: Checkbox Column - DatagridView Pin
AmbiguousName1-Feb-12 22:02
AmbiguousName1-Feb-12 22:02 
QuestionAuto-increment value on UPDATE Pin
Dewald31-Jan-12 21:41
Dewald31-Jan-12 21:41 
AnswerRe: Auto-increment value on UPDATE Pin
Pete O'Hanlon31-Jan-12 22:15
mvePete O'Hanlon31-Jan-12 22:15 
GeneralRe: Auto-increment value on UPDATE Pin
Dewald31-Jan-12 22:29
Dewald31-Jan-12 22:29 
AnswerRe: Auto-increment value on UPDATE Pin
Łukasz Nowakowski31-Jan-12 22:16
Łukasz Nowakowski31-Jan-12 22:16 
AnswerRe: Auto-increment value on UPDATE Pin
Abhinav S1-Feb-12 0:32
Abhinav S1-Feb-12 0:32 
GeneralRe: Auto-increment value on UPDATE Pin
Dewald1-Feb-12 0:49
Dewald1-Feb-12 0:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.