Click here to Skip to main content
15,894,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: regular expression Pin
aldo hexosa1-May-07 3:41
professionalaldo hexosa1-May-07 3:41 
GeneralRe: regular expression Pin
Christian Graus1-May-07 10:37
protectorChristian Graus1-May-07 10:37 
QuestionCan't access AppSettings of appConfig file Pin
PollyAnna33326-Apr-07 6:01
PollyAnna33326-Apr-07 6:01 
AnswerRe: Can't access AppSettings of appConfig file Pin
Dave Kreskowiak26-Apr-07 6:38
mveDave Kreskowiak26-Apr-07 6:38 
AnswerRe: Can't access AppSettings of appConfig file Pin
kubben26-Apr-07 8:12
kubben26-Apr-07 8:12 
GeneralRe: Can't access AppSettings of appConfig file Pin
PollyAnna33326-Apr-07 22:14
PollyAnna33326-Apr-07 22:14 
AnswerRe: Can't access AppSettings of appConfig file Pin
PollyAnna33327-Apr-07 5:09
PollyAnna33327-Apr-07 5:09 
GeneralRe: Can't access AppSettings of appConfig file Pin
kubben27-Apr-07 8:11
kubben27-Apr-07 8:11 
Normall in appSettings the values you can access through
System.Configuration.ConfigurationManager.AppSettings

Are set like this:
<applicationSettings>
<add key="MCMSCefasMailServerName" value="LOWEXPRESS"/>
<add key="MCMSCefasMailBoxName" value="MCMS_OLC_Cefas"
...

That is how you get values into your appsettings.
When you use the settings parameters you have created a new config section so you would handle that differently. I would suggest you manually change the entries to match my example above and it should work fine.

Hope that helps.
Ben
GeneralRe: Can't access AppSettings of appConfig file Pin
PollyAnna33329-Apr-07 21:13
PollyAnna33329-Apr-07 21:13 
QuestionWrite a tag to a jpeg file in Vista Pin
bigshop26-Apr-07 5:56
bigshop26-Apr-07 5:56 
QuestionCheck for keypress on timer tick Pin
RyanPotter26-Apr-07 5:36
RyanPotter26-Apr-07 5:36 
AnswerRe: Check for keypress on timer tick Pin
Dave Kreskowiak26-Apr-07 5:45
mveDave Kreskowiak26-Apr-07 5:45 
GeneralRe: Check for keypress on timer tick Pin
RyanPotter26-Apr-07 5:53
RyanPotter26-Apr-07 5:53 
GeneralRe: Check for keypress on timer tick Pin
Dave Kreskowiak26-Apr-07 6:18
mveDave Kreskowiak26-Apr-07 6:18 
QuestionComparitive function for Format() in .NET Pin
Marcus J. Smith26-Apr-07 5:05
professionalMarcus J. Smith26-Apr-07 5:05 
AnswerRe: Comparitive function for Format() in .NET Pin
Dave Kreskowiak26-Apr-07 5:40
mveDave Kreskowiak26-Apr-07 5:40 
AnswerRe: Comparitive function for Format() in .NET Pin
mabo4226-Apr-07 5:40
mabo4226-Apr-07 5:40 
QuestionTreeview Topnode problem Pin
dBrong26-Apr-07 5:02
dBrong26-Apr-07 5:02 
AnswerRe: Treeview Topnode problem Pin
Dave Kreskowiak26-Apr-07 5:19
mveDave Kreskowiak26-Apr-07 5:19 
GeneralRe: Treeview Topnode problem Pin
dBrong26-Apr-07 14:05
dBrong26-Apr-07 14:05 
QuestionCodeDom : How to write #region blocks? Pin
Duncan Edwards Jones26-Apr-07 3:46
professionalDuncan Edwards Jones26-Apr-07 3:46 
AnswerRe: CodeDom : How to write #region blocks? Pin
Dave Kreskowiak26-Apr-07 6:49
mveDave Kreskowiak26-Apr-07 6:49 
GeneralRe: CodeDom : How to write #region blocks? Pin
Duncan Edwards Jones26-Apr-07 22:19
professionalDuncan Edwards Jones26-Apr-07 22:19 
GeneralRe: CodeDom : How to write #region blocks? Pin
Dave Kreskowiak27-Apr-07 10:11
mveDave Kreskowiak27-Apr-07 10:11 
QuestionList box ordering at run time Pin
samerh26-Apr-07 3:35
samerh26-Apr-07 3:35 

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.