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

C#

 
AnswerRe: Which one is overriding and which one is overloading Pin
Arun kumar Gautam24-Apr-13 19:22
Arun kumar Gautam24-Apr-13 19:22 
GeneralRe: Which one is overriding and which one is overloading Pin
Keith Barrow24-Apr-13 23:29
professionalKeith Barrow24-Apr-13 23:29 
GeneralRe: Which one is overriding and which one is overloading Pin
Arun kumar Gautam25-Apr-13 1:57
Arun kumar Gautam25-Apr-13 1:57 
GeneralRe: Which one is overriding and which one is overloading Pin
Keith Barrow25-Apr-13 2:05
professionalKeith Barrow25-Apr-13 2:05 
GeneralRe: Which one is overriding and which one is overloading Pin
Arun kumar Gautam25-Apr-13 20:24
Arun kumar Gautam25-Apr-13 20:24 
GeneralRe: Which one is overriding and which one is overloading Pin
Keith Barrow25-Apr-13 22:16
professionalKeith Barrow25-Apr-13 22:16 
AnswerRe: Which one is overriding and which one is overloading Pin
Clifford Nelson25-Apr-13 16:27
Clifford Nelson25-Apr-13 16:27 
QuestionChanging the "user" configuration file Pin
Boris The Bold23-Apr-13 2:26
Boris The Bold23-Apr-13 2:26 
I'm using "user" level settings to store the configuration of my application (main form size / position, user selected display options etc.) I can save changes using:

Properties.Settings.Default.Save();

This is all well and good, however at any opportunity the system creates a new file with the default setting vales. So on a development PC I get different settings for debug and release versions of the application, different settings for different users and the biggest problem the default setting every time the application version number is changed! Frown | :(

Is there anyway to specify the file name / path used for the users settings so that I can have just one file on each machine and so that the users does not have to re-configure the application every time the software is updated.

James
AnswerRe: Changing the "user" configuration file Pin
SledgeHammer0123-Apr-13 4:55
SledgeHammer0123-Apr-13 4:55 
GeneralRe: Changing the "user" configuration file Pin
Boris The Bold23-Apr-13 22:56
Boris The Bold23-Apr-13 22:56 
GeneralRe: Changing the "user" configuration file Pin
SledgeHammer0124-Apr-13 4:45
SledgeHammer0124-Apr-13 4:45 
GeneralRe: Changing the "user" configuration file Pin
Boris The Bold24-Apr-13 4:54
Boris The Bold24-Apr-13 4:54 
GeneralRe: Changing the "user" configuration file Pin
SledgeHammer0124-Apr-13 6:40
SledgeHammer0124-Apr-13 6:40 
GeneralRe: Changing the "user" configuration file Pin
Boris The Bold24-Apr-13 21:31
Boris The Bold24-Apr-13 21:31 
GeneralRe: Changing the "user" configuration file Pin
Pete O'Hanlon24-Apr-13 23:51
mvePete O'Hanlon24-Apr-13 23:51 
GeneralRe: Changing the "user" configuration file Pin
Boris The Bold25-Apr-13 1:01
Boris The Bold25-Apr-13 1:01 
GeneralRe: Changing the "user" configuration file Pin
Pete O'Hanlon25-Apr-13 1:11
mvePete O'Hanlon25-Apr-13 1:11 
QuestionC# desktop runtime parameters Pin
dcof22-Apr-13 11:40
dcof22-Apr-13 11:40 
AnswerRe: C# desktop runtime parameters Pin
Clifford Nelson22-Apr-13 15:23
Clifford Nelson22-Apr-13 15:23 
GeneralRe: C# desktop runtime parameters Pin
dcof22-Apr-13 16:15
dcof22-Apr-13 16:15 
QuestionRe: C# desktop runtime parameters Pin
Clifford Nelson23-Apr-13 5:17
Clifford Nelson23-Apr-13 5:17 
AnswerRe: C# desktop runtime parameters Pin
Richard MacCutchan22-Apr-13 21:09
mveRichard MacCutchan22-Apr-13 21:09 
AnswerRe: C# desktop runtime parameters Pin
Bernhard Hiller22-Apr-13 21:11
Bernhard Hiller22-Apr-13 21:11 
AnswerRe: C# desktop runtime parameters Pin
jschell24-Apr-13 9:03
jschell24-Apr-13 9:03 
Questionvideo streaming Pin
Talal H.Daoud22-Apr-13 9:11
Talal H.Daoud22-Apr-13 9:11 

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.