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

C#

 
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 
GeneralRe: Parsing coma seperated values Pin
Judah Gabriel Himango1-Apr-05 7:12
sponsorJudah Gabriel Himango1-Apr-05 7:12 
apps.Split(','); // notice the single quote characters, which imply System.Char, whereas double quote characters imply System.String

or

apps.Split(new char[] {','});

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: He has a funny face. And he's my son.
Judah Himango


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 
GeneralListView Pin
Gary Kirkham1-Apr-05 5:20
Gary Kirkham1-Apr-05 5:20 

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.