Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
AnswerRe: Data Source problem Pin
Jitendra Parida - Jeetu20-Dec-11 1:56
Jitendra Parida - Jeetu20-Dec-11 1:56 
GeneralRe: Data Source problem Pin
David baghaturia20-Dec-11 5:57
David baghaturia20-Dec-11 5:57 
AnswerRe: Data Source problem Pin
AmitGajjar25-Dec-11 22:00
professionalAmitGajjar25-Dec-11 22:00 
GeneralRe: Data Source problem Pin
David baghaturia25-Dec-11 22:46
David baghaturia25-Dec-11 22:46 
QuestionHow to create .chm file that is help file Pin
sarang_k19-Dec-11 17:08
sarang_k19-Dec-11 17:08 
AnswerRe: How to create .chm file that is help file Pin
JF201519-Dec-11 21:17
JF201519-Dec-11 21:17 
AnswerRe: How to create .chm file that is help file Pin
Prasanna Kumar Pete22-Dec-11 0:59
Prasanna Kumar Pete22-Dec-11 0:59 
QuestionAny way to add USER settings at runtime? Pin
SledgeHammer0119-Dec-11 9:59
SledgeHammer0119-Dec-11 9:59 
Has anybody found a way to add a user setting at runtime? I know its not really designed for that, but I'm trying to automate the upgrade process in my app and need to add a setting. I know I am allowed to add app settings and could use those in a more complicated way, but I'd really like to do it with the user settings since the way those work will do half my job for me Smile | :) .

Tried doing something like:

b.Properties.Add(new SettingsProperty("Testing", typeof(string), null, false, null, SettingsSerializeAs.String, null, false, false));
b.PropertyValues.Add(new SettingsPropertyValue(new SettingsProperty("Testing")));
b.PropertyValues["Testing"].PropertyValue = "Blah";

but it doesn't get written out and when I iterate through the props, I get an exception in .Net. I don't really care if the property shows up in the designer.
AnswerRe: Any way to add USER settings at runtime? Pin
fjdiewornncalwe19-Dec-11 10:23
professionalfjdiewornncalwe19-Dec-11 10:23 
GeneralRe: Any way to add USER settings at runtime? Pin
SledgeHammer0119-Dec-11 10:44
SledgeHammer0119-Dec-11 10:44 
Questionhandling network hardwares Pin
Member 825768019-Dec-11 9:52
Member 825768019-Dec-11 9:52 
AnswerRe: handling network hardwares Pin
fjdiewornncalwe19-Dec-11 10:26
professionalfjdiewornncalwe19-Dec-11 10:26 
AnswerRe: handling network hardwares Pin
Subin Mavunkal20-Dec-11 4:32
Subin Mavunkal20-Dec-11 4:32 
QuestionHow to read the SSIS dtsconfig from a c# script Pin
gerom7719-Dec-11 2:30
gerom7719-Dec-11 2:30 
Questionhow to save a recorded macro? Pin
mschotamaster18-Dec-11 3:36
mschotamaster18-Dec-11 3:36 
AnswerRe: how to save a recorded macro? Pin
OriginalGriff18-Dec-11 3:43
mveOriginalGriff18-Dec-11 3:43 
AnswerRe: how to save a recorded macro? Pin
Eddy Vluggen18-Dec-11 3:45
professionalEddy Vluggen18-Dec-11 3:45 
Questionhow to save a recorded macro? Pin
mschotamaster18-Dec-11 3:34
mschotamaster18-Dec-11 3:34 
AnswerRe: how to save a recorded macro? Pin
OriginalGriff18-Dec-11 3:42
mveOriginalGriff18-Dec-11 3:42 
AnswerRe: how to save a recorded macro? Pin
Rajesh Anuhya18-Dec-11 21:36
professionalRajesh Anuhya18-Dec-11 21:36 
Questionhow to compare the textbox data with listbox items ? Pin
zahra199118-Dec-11 2:27
zahra199118-Dec-11 2:27 
AnswerRe: how to compare the textbox data with listbox items ? Pin
DaveyM6918-Dec-11 2:43
professionalDaveyM6918-Dec-11 2:43 
AnswerRe: how to compare the textbox data with listbox items ? Pin
#realJSOP18-Dec-11 2:45
professional#realJSOP18-Dec-11 2:45 
AnswerRe: how to compare the textbox data with listbox items ? Pin
OriginalGriff18-Dec-11 3:44
mveOriginalGriff18-Dec-11 3:44 
QuestionHow i can set icon for new file extenstion ? Pin
Honeyboy_2018-Dec-11 1:22
Honeyboy_2018-Dec-11 1:22 

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.