Click here to Skip to main content
15,886,019 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mix Events Pin
Colin Angus Mackay11-Jan-04 14:05
Colin Angus Mackay11-Jan-04 14:05 
QuestionHow to simulate map c++ collection in c# Pin
Rostrox11-Jan-04 11:49
Rostrox11-Jan-04 11:49 
AnswerRe: How to simulate map c++ collection in c# Pin
Heath Stewart11-Jan-04 11:54
protectorHeath Stewart11-Jan-04 11:54 
GeneralRe: How to simulate map c++ collection in c# Pin
Rostrox11-Jan-04 12:13
Rostrox11-Jan-04 12:13 
GeneralRe: How to simulate map c++ collection in c# Pin
Heath Stewart11-Jan-04 12:22
protectorHeath Stewart11-Jan-04 12:22 
Questionstartup parameters? Pin
Leon Radley11-Jan-04 10:35
Leon Radley11-Jan-04 10:35 
AnswerRe: startup parameters? Pin
Colin Angus Mackay11-Jan-04 10:57
Colin Angus Mackay11-Jan-04 10:57 
AnswerRe: startup parameters? Pin
Heath Stewart11-Jan-04 11:32
protectorHeath Stewart11-Jan-04 11:32 
Colin's right about command-line parameters, but if you want to pass settings specifically, you should use a .config file (in the form, yourappname.exe.config) and use either the <appSettings> section or make your own using IConfigurationSectionHandler. Use that as a keyword to search the CodeProject articles for a slew of examples. This is a better way since if is directly supported by the CLR and the class library, as well as maintains all settings for an application (even ones that you're application doesn't use directly, like assembly bindings) in one file.

 

-----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-----
GeneralRe: startup parameters? Pin
Nick Parker11-Jan-04 11:38
protectorNick Parker11-Jan-04 11:38 
GeneralRe: startup parameters? Pin
Heath Stewart11-Jan-04 11:42
protectorHeath Stewart11-Jan-04 11:42 
QuestionRegEx Guru? Pin
Rocky Moore11-Jan-04 10:13
Rocky Moore11-Jan-04 10:13 
AnswerRe: RegEx Guru? Pin
Heath Stewart11-Jan-04 11:35
protectorHeath Stewart11-Jan-04 11:35 
AnswerRe: RegEx Guru? Pin
Rocky Moore11-Jan-04 16:47
Rocky Moore11-Jan-04 16:47 
GeneralCoding search and replace on content of file Pin
cgcrute11-Jan-04 5:59
cgcrute11-Jan-04 5:59 
GeneralRe: Coding search and replace on content of file Pin
Mazdak11-Jan-04 6:12
Mazdak11-Jan-04 6:12 
GeneralRe: Coding search and replace on content of file Pin
cgcrute11-Jan-04 8:50
cgcrute11-Jan-04 8:50 
GeneralRe: Coding search and replace on content of file Pin
Mazdak11-Jan-04 9:11
Mazdak11-Jan-04 9:11 
GeneralRe: Coding search and replace on content of file Pin
cgcrute11-Jan-04 9:24
cgcrute11-Jan-04 9:24 
GeneralRe: Coding search and replace on content of file Pin
Meysam Mahfouzi11-Jan-04 18:38
Meysam Mahfouzi11-Jan-04 18:38 
GeneralRe: Coding search and replace on content of file Pin
Mazdak11-Jan-04 20:01
Mazdak11-Jan-04 20:01 
GeneralRe: Coding search and replace on content of file Pin
Jonathan de Halleux12-Jan-04 0:06
Jonathan de Halleux12-Jan-04 0:06 
GeneralRe: Coding search and replace on content of file Pin
cgcrute12-Jan-04 0:17
cgcrute12-Jan-04 0:17 
GeneralRe: Coding search and replace on content of file Pin
Jonathan de Halleux12-Jan-04 1:44
Jonathan de Halleux12-Jan-04 1:44 
GeneralRe: Coding search and replace on content of file Pin
cgcrute12-Jan-04 2:13
cgcrute12-Jan-04 2:13 
QuestionHow to simulate map c++ collection in c# Pin
Rostrox11-Jan-04 5:15
Rostrox11-Jan-04 5:15 

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.