Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I do a simple alarm clock in c# [modified] Pin
mariuszfryta27-May-06 3:02
mariuszfryta27-May-06 3:02 
QuestionRead and Execute bunch of .Sql file using C# Pin
Shiv527-May-06 1:05
Shiv527-May-06 1:05 
AnswerRe: Read and Execute bunch of .Sql file using C# Pin
User 665827-May-06 1:52
User 665827-May-06 1:52 
AnswerRe: Read and Execute bunch of .Sql file using C# Pin
Colin Angus Mackay27-May-06 2:13
Colin Angus Mackay27-May-06 2:13 
GeneralRe: Read and Execute bunch of .Sql file using C# Pin
Paul Conrad27-May-06 8:59
professionalPaul Conrad27-May-06 8:59 
QuestionC# - How to separate configuration files and core? Pin
haiaw27-May-06 0:29
haiaw27-May-06 0:29 
AnswerRe: C# - How to separate configuration files and core? Pin
Colin Angus Mackay27-May-06 2:16
Colin Angus Mackay27-May-06 2:16 
GeneralRe: C# - How to separate configuration files and core? Pin
haiaw27-May-06 9:05
haiaw27-May-06 9:05 
Thanks, I've read some articles covering System.Configuration. Now I have simple problem:
I want to have simple list of strings in ArrayList, these r those strings:
aas
bsd
cds
4fe
5
What should I write in app.config? (how u write lists and which handler do u provide for this collection)?

<sectiongroup name="settings">


and then
<settings>
<mylist>
????????????????



and finally in some core file:

ArrayList nvc = (ArrayList)ConfigurationSettings.GetConfig("settings/dbSettings");
MessageBox.Show("Connection String is " + nvc[0].ToString());


I've tried different ways but it doesn't work...

QuestionProgramatically enable & disable USB drives using C# Pin
abyclassic26-May-06 23:22
abyclassic26-May-06 23:22 
Questiondatagridview delete Pin
kjosh26-May-06 23:01
kjosh26-May-06 23:01 
QuestionPassing value for criteria [modified] Pin
Mairaaj Khan26-May-06 22:34
professionalMairaaj Khan26-May-06 22:34 
AnswerRe: Passing value for criteria [modified] Pin
Colin Angus Mackay26-May-06 23:05
Colin Angus Mackay26-May-06 23:05 
GeneralRe: Passing value for criteria [modified] Pin
Mairaaj Khan26-May-06 23:23
professionalMairaaj Khan26-May-06 23:23 
GeneralRe: Passing value for criteria [modified] Pin
Colin Angus Mackay26-May-06 23:26
Colin Angus Mackay26-May-06 23:26 
GeneralRe: Passing value for criteria [modified] Pin
Mairaaj Khan26-May-06 23:35
professionalMairaaj Khan26-May-06 23:35 
AnswerRe: Passing value for criteria [modified] Pin
Guffa27-May-06 3:52
Guffa27-May-06 3:52 
QuestionUniqe Array Pin
emran83426-May-06 21:55
emran83426-May-06 21:55 
AnswerRe: Uniqe Array Pin
leppie26-May-06 22:08
leppie26-May-06 22:08 
AnswerRe: Uniqe Array Pin
Kevin McFarlane27-May-06 2:47
Kevin McFarlane27-May-06 2:47 
GeneralRe: Uniqe Array Pin
emran83427-May-06 20:23
emran83427-May-06 20:23 
AnswerRe: Uniqe Array Pin
Kevin McFarlane27-May-06 3:18
Kevin McFarlane27-May-06 3:18 
GeneralRe: Uniqe Array Pin
emran83427-May-06 20:22
emran83427-May-06 20:22 
GeneralRe: Uniqe Array Pin
Kevin McFarlane28-May-06 9:44
Kevin McFarlane28-May-06 9:44 
QuestionEncode 1252 or 1256 codepage to 864 ?!!! Pin
Abu Shanab26-May-06 20:23
Abu Shanab26-May-06 20:23 
GeneralRe: Encode 1252 or 1256 codepage to 864 ?!!! Pin
Guffa26-May-06 22:16
Guffa26-May-06 22:16 

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.