Click here to Skip to main content
16,006,819 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Formatting numbers in a datagrid Pin
j1webb7-Apr-05 10:28
j1webb7-Apr-05 10:28 
GeneralOptimisation Model Solution Routine(Linear Programming) Pin
karmond6-Apr-05 6:00
karmond6-Apr-05 6:00 
GeneralRe: Optimisation Model Solution Routine(Linear Programming) Pin
Dave Kreskowiak7-Apr-05 4:10
mveDave Kreskowiak7-Apr-05 4:10 
GeneralDatagrid Exporting to Excel Format Pin
Scttsmpsn6-Apr-05 4:53
Scttsmpsn6-Apr-05 4:53 
GeneralRe: Datagrid Exporting to Excel Format Pin
Scttsmpsn6-Apr-05 8:25
Scttsmpsn6-Apr-05 8:25 
QuestionSwitching language programmatically ? Pin
kil0byte^bandit6-Apr-05 4:30
kil0byte^bandit6-Apr-05 4:30 
GeneralMachine.Config Pin
Jason Weibel6-Apr-05 4:25
Jason Weibel6-Apr-05 4:25 
GeneralRe: Machine.Config Pin
Dave Kreskowiak6-Apr-05 4:59
mveDave Kreskowiak6-Apr-05 4:59 
No it's not.

ConfigurationSettings.AppSettings() does not look in the machine.config file anyway. It will look in the applications config file, which should have the same name as the .EXE file with ".config" appended to it. For example, if your application's .EXE is called MyApp.exe, the corresponding configuration file will be called MyApp.exe.config and reside in the same directory as the .EXE. This is the only file AppSettings will look in.

You can find more on these files on MSDN here:

Machine Configuration Files[^]
Application Configuration Files[^]


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralConvert to(from) Julian Date Format from(to) Calendar Date Pin
Dile6-Apr-05 2:52
Dile6-Apr-05 2:52 
GeneralRe: Convert to(from) Julian Date Format from(to) Calendar Date Pin
kil0byte^bandit6-Apr-05 4:54
kil0byte^bandit6-Apr-05 4:54 
Generalvb Pin
royrana6-Apr-05 1:30
royrana6-Apr-05 1:30 
QuestionDeclare variable at runtime?? Pin
Sheel Gohe5-Apr-05 23:07
Sheel Gohe5-Apr-05 23:07 
AnswerRe: Declare variable at runtime?? Pin
Dave Kreskowiak6-Apr-05 2:20
mveDave Kreskowiak6-Apr-05 2:20 
GeneralRe: Declare variable at runtime?? Pin
royrana6-Apr-05 23:59
royrana6-Apr-05 23:59 
GeneralCOM property from VB Pin
Anonymous5-Apr-05 22:50
Anonymous5-Apr-05 22:50 
GeneralRe: COM property from VB Pin
Dave Kreskowiak6-Apr-05 2:19
mveDave Kreskowiak6-Apr-05 2:19 
GeneralUsing Access 2003 Methods Pin
dpagka5-Apr-05 19:29
dpagka5-Apr-05 19:29 
GeneralRe: Using Access 2003 Methods Pin
Dave Kreskowiak6-Apr-05 2:17
mveDave Kreskowiak6-Apr-05 2:17 
Generalopen ascii file Pin
toto_plg5-Apr-05 19:03
toto_plg5-Apr-05 19:03 
GeneralRe: open ascii file Pin
Christian Graus5-Apr-05 19:44
protectorChristian Graus5-Apr-05 19:44 
GeneralRe: open ascii file Pin
dpagka5-Apr-05 20:03
dpagka5-Apr-05 20:03 
GeneralRe: open ascii file Pin
Christian Graus5-Apr-05 20:05
protectorChristian Graus5-Apr-05 20:05 
GeneralProducing xml file from schema Pin
nitin_ion5-Apr-05 18:16
nitin_ion5-Apr-05 18:16 
GeneralRe: Producing xml file from schema Pin
Christian Graus5-Apr-05 18:39
protectorChristian Graus5-Apr-05 18:39 
GeneralRe: Producing xml file from schema Pin
nitin_ion5-Apr-05 20:14
nitin_ion5-Apr-05 20:14 

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.