Click here to Skip to main content
15,889,849 members
Home / Discussions / C#
   

C#

 
GeneralRe: Context menu Pin
Stefan Troschuetz20-Feb-07 21:35
Stefan Troschuetz20-Feb-07 21:35 
GeneralRe: Context menu Pin
Martin#20-Feb-07 21:41
Martin#20-Feb-07 21:41 
QuestionDynamic Gantt chart Pin
shamsteady20-Feb-07 4:16
shamsteady20-Feb-07 4:16 
AnswerRe: Dynamic Gantt chart Pin
Colin Angus Mackay20-Feb-07 5:06
Colin Angus Mackay20-Feb-07 5:06 
GeneralRe: Dynamic Gantt chart Pin
shamsteady20-Feb-07 5:21
shamsteady20-Feb-07 5:21 
GeneralRe: Dynamic Gantt chart Pin
Colin Angus Mackay20-Feb-07 13:30
Colin Angus Mackay20-Feb-07 13:30 
Questionsettings in C# Pin
hadjy10120-Feb-07 3:58
hadjy10120-Feb-07 3:58 
AnswerRe: settings in C# Pin
DavidNohejl20-Feb-07 4:43
DavidNohejl20-Feb-07 4:43 
You can use configuration file (app.config). On this site are some nice articles about using System.Configuration namespace, search for them.

Easiest way would be to store settings as key-value collection in AppSettings, e.g
<AppSettings>
&add name="keys" value="32" />
</AppSettings<

Again, there is lot of examples out there.

errr, this is of course way in single-user environment, if you need to keep different settings for different users maybe try to keep config files in documents Unsure | :~ I know there is some app data folder (or similar) used for this very purpose.


"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus

AnswerRe: settings in C# Pin
Radgar20-Feb-07 4:44
Radgar20-Feb-07 4:44 
AnswerRe: settings in C# Pin
hadjy10120-Feb-07 5:32
hadjy10120-Feb-07 5:32 
QuestionDLL Hell? Pin
Radgar20-Feb-07 3:41
Radgar20-Feb-07 3:41 
AnswerRe: DLL Hell? Pin
kubben20-Feb-07 3:49
kubben20-Feb-07 3:49 
GeneralRe: DLL Hell? Pin
Radgar20-Feb-07 3:51
Radgar20-Feb-07 3:51 
GeneralRe: DLL Hell? Pin
Dave Kreskowiak20-Feb-07 6:44
mveDave Kreskowiak20-Feb-07 6:44 
QuestionBezier Points Pin
Jim Warburton20-Feb-07 3:12
Jim Warburton20-Feb-07 3:12 
AnswerRe: Bezier Points Pin
Obaid ur Rehman20-Feb-07 3:59
Obaid ur Rehman20-Feb-07 3:59 
QuestionHow to press a key Pin
sharpiesharpie20-Feb-07 3:05
sharpiesharpie20-Feb-07 3:05 
GeneralRe: How to press a key Pin
Martin#20-Feb-07 3:16
Martin#20-Feb-07 3:16 
GeneralRe: How to press a key Pin
sharpiesharpie20-Feb-07 3:20
sharpiesharpie20-Feb-07 3:20 
AnswerRe: How to press a key Pin
Martin#20-Feb-07 3:28
Martin#20-Feb-07 3:28 
GeneralRe: How to press a key Pin
sharpiesharpie20-Feb-07 3:37
sharpiesharpie20-Feb-07 3:37 
GeneralRe: How to press a key Pin
Russell Jones20-Feb-07 5:06
Russell Jones20-Feb-07 5:06 
GeneralRe: How to press a key Pin
sharpiesharpie20-Feb-07 5:18
sharpiesharpie20-Feb-07 5:18 
GeneralRe: How to press a key Pin
Russell Jones20-Feb-07 5:25
Russell Jones20-Feb-07 5:25 
AnswerRe: How to press a key Pin
Martin#21-Feb-07 23:06
Martin#21-Feb-07 23:06 

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.