Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: Catastrophic failure Pin
Dave Kreskowiak1-Apr-05 13:55
mveDave Kreskowiak1-Apr-05 13:55 
GeneralChanging Files Security Properties with C# Pin
markaelkins1-Apr-05 9:23
markaelkins1-Apr-05 9:23 
GeneralRe: Changing Files Security Properties with C# Pin
ACorbs1-Apr-05 11:18
ACorbs1-Apr-05 11:18 
GeneralRe: Changing Files Security Properties with C# Pin
markaelkins1-Apr-05 11:39
markaelkins1-Apr-05 11:39 
Generalwin form app access web server Pin
MrJJKoolJ1-Apr-05 8:40
MrJJKoolJ1-Apr-05 8:40 
GeneralPIA's with Word 2000 and C# Pin
Michele@MERC1-Apr-05 7:58
Michele@MERC1-Apr-05 7:58 
GeneralRe: PIA's with Word 2000 and C# Pin
Mircea Grelus19-Apr-05 1:56
Mircea Grelus19-Apr-05 1:56 
GeneralParsing coma seperated values Pin
jctk1-Apr-05 6:44
jctk1-Apr-05 6:44 
I am trying to parse a string into seperate values and am drawing a blank.

I want to fill an array with each value so that I can loop through each item later to fill out a form.

Here is what I have, followed by the error message.

<br />
string apps = "Computers,Servers,Laptops,Routers";<br />
string []arr = apps.Split(",");<br />


error msg: Argument '1': cannot convert from 'string' to 'char[]'

Any thoughts or suggestions would be appriciated. I know it should be easy, I just can't think of the right syntax.
GeneralRe: Parsing coma seperated values Pin
Judah Gabriel Himango1-Apr-05 7:12
sponsorJudah Gabriel Himango1-Apr-05 7:12 
GeneralRe: Parsing coma seperated values Pin
jctk1-Apr-05 7:27
jctk1-Apr-05 7:27 
GeneralRe: Parsing coma seperated values Pin
Carl Mercier1-Apr-05 7:31
Carl Mercier1-Apr-05 7:31 
Generalproblem accessing data in a btn event Pin
brian551-Apr-05 6:33
brian551-Apr-05 6:33 
GeneralRe: problem accessing data in a btn event Pin
Colin Angus Mackay1-Apr-05 7:42
Colin Angus Mackay1-Apr-05 7:42 
GeneralRe: problem accessing data in a btn event Pin
brian551-Apr-05 7:55
brian551-Apr-05 7:55 
GeneralRe: problem accessing data in a btn event Pin
brian551-Apr-05 8:45
brian551-Apr-05 8:45 
GeneralRe: problem accessing data in a btn event Pin
Colin Angus Mackay1-Apr-05 8:04
Colin Angus Mackay1-Apr-05 8:04 
QuestionThreeState Checkbox in TreeView? Pin
Ian Bowler1-Apr-05 6:30
Ian Bowler1-Apr-05 6:30 
AnswerRe: ThreeState Checkbox in TreeView? Pin
Judah Gabriel Himango1-Apr-05 7:14
sponsorJudah Gabriel Himango1-Apr-05 7:14 
GeneralRe: ThreeState Checkbox in TreeView? Pin
Ian Bowler1-Apr-05 7:15
Ian Bowler1-Apr-05 7:15 
GeneralCommand Line Pin
SJR_11-Apr-05 6:10
SJR_11-Apr-05 6:10 
GeneralRe: Command Line Pin
Dave Kreskowiak1-Apr-05 7:09
mveDave Kreskowiak1-Apr-05 7:09 
Generalsimple question about accessing value Pin
montu33771-Apr-05 5:56
montu33771-Apr-05 5:56 
GeneralRe: simple question about accessing value Pin
yoaz1-Apr-05 10:16
yoaz1-Apr-05 10:16 
GeneralRe: simple question about accessing value Pin
Ashok Dhamija1-Apr-05 19:14
Ashok Dhamija1-Apr-05 19:14 
GeneralRe: simple question about accessing value Pin
Luis Alonso Ramos1-Apr-05 22:04
Luis Alonso Ramos1-Apr-05 22:04 

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.