Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: create new dial_up connection Pin
Heath Stewart19-Dec-03 3:39
protectorHeath Stewart19-Dec-03 3:39 
GeneralRe: create new dial_up connection Pin
Member 74005419-Dec-03 12:13
Member 74005419-Dec-03 12:13 
GeneralRuntime Control Resizer Pin
Jinwah19-Dec-03 2:29
Jinwah19-Dec-03 2:29 
GeneralRe: Runtime Control Resizer Pin
Heath Stewart19-Dec-03 3:36
protectorHeath Stewart19-Dec-03 3:36 
QuestionApplication configuration? Pin
dophka18-Dec-03 23:36
dophka18-Dec-03 23:36 
AnswerRe: Application configuration? Pin
Kannan Kalyanaraman18-Dec-03 23:58
Kannan Kalyanaraman18-Dec-03 23:58 
GeneralRe: Application configuration? Pin
dophka19-Dec-03 0:30
dophka19-Dec-03 0:30 
AnswerRe: Application configuration? Pin
Heath Stewart19-Dec-03 3:27
protectorHeath Stewart19-Dec-03 3:27 
The .config file is just an XML file, so use the System.Xml namespace elements to append/insert/delete your settings. Note that this will not update your configuration options while the process is running. For information on how to do that, search the comments for this forum for keywords like AppDomainSetup because I've already covered how to do this a couple times. Of course, you could always update your settings in the running, cached instance if you provide an instance property for your configuration section object (which the IConfigurationSectionHandler implementation creates) and update your UI accordingly.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
AnswerRe: Application configuration? Pin
zuhx19-Dec-03 4:33
zuhx19-Dec-03 4:33 
GeneralRe: Application configuration? Pin
Heath Stewart19-Dec-03 4:56
protectorHeath Stewart19-Dec-03 4:56 
AnswerRe: Application configuration? Pin
Alvaro Mendez19-Dec-03 8:20
Alvaro Mendez19-Dec-03 8:20 
GeneralNew table in database... Pin
Amirjalaly18-Dec-03 23:01
Amirjalaly18-Dec-03 23:01 
GeneralRe: New table in database... Pin
Torsten Mauz19-Dec-03 0:19
Torsten Mauz19-Dec-03 0:19 
GeneralVB statment to C# statment.. Pin
Amirjalaly18-Dec-03 22:58
Amirjalaly18-Dec-03 22:58 
GeneralRe: VB statment to C# statment.. Pin
Nick Parker19-Dec-03 2:18
protectorNick Parker19-Dec-03 2:18 
Questionconverting C structure ?? Pin
azusakt18-Dec-03 22:02
azusakt18-Dec-03 22:02 
AnswerRe: converting C structure ?? Pin
Heath Stewart19-Dec-03 3:24
protectorHeath Stewart19-Dec-03 3:24 
GeneralRe: Requesting Assistance Pin
Heath Stewart19-Dec-03 3:23
protectorHeath Stewart19-Dec-03 3:23 
GeneralToolBar flat style Pin
araku18-Dec-03 19:37
araku18-Dec-03 19:37 
GeneralRe: ToolBar flat style Pin
Heath Stewart19-Dec-03 3:21
protectorHeath Stewart19-Dec-03 3:21 
GeneralRe: ToolBar flat style Pin
araku19-Dec-03 5:01
araku19-Dec-03 5:01 
GeneralCustom Exception Pin
Member 33502218-Dec-03 18:37
Member 33502218-Dec-03 18:37 
GeneralRe: Custom Exception Pin
Heath Stewart19-Dec-03 3:20
protectorHeath Stewart19-Dec-03 3:20 
GeneralChanging NTFS Directory Security Pin
mpemberton18-Dec-03 16:29
mpemberton18-Dec-03 16:29 
GeneralPower about Uninteruptable Power Supply events Pin
frank2118-Dec-03 12:23
frank2118-Dec-03 12:23 

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.