Click here to Skip to main content
15,923,197 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# winservice, exe to source Pin
mark_me1-May-09 11:35
mark_me1-May-09 11:35 
QuestionRe: C# winservice, exe to source Pin
mark_me1-May-09 9:04
mark_me1-May-09 9:04 
QuestionConformation Page in ASP.NET C# Pin
Shane Cavin1-May-09 6:19
Shane Cavin1-May-09 6:19 
AnswerRe: Conformation Page in ASP.NET C# Pin
Tom Lawrance1-May-09 6:29
professionalTom Lawrance1-May-09 6:29 
QuestionConnecting to a camera Pin
'Drew1-May-09 6:12
'Drew1-May-09 6:12 
AnswerRe: Connecting to a camera Pin
Dave Kreskowiak1-May-09 7:13
mveDave Kreskowiak1-May-09 7:13 
QuestionFileinfo of image from imagelist Pin
Aljaz1111-May-09 5:53
Aljaz1111-May-09 5:53 
AnswerRe: Fileinfo of image from imagelist Pin
Ennis Ray Lynch, Jr.1-May-09 6:12
Ennis Ray Lynch, Jr.1-May-09 6:12 
AnswerRe: Fileinfo of image from imagelist Pin
Tom Lawrance1-May-09 6:15
professionalTom Lawrance1-May-09 6:15 
GeneralRe: Fileinfo of image from imagelist Pin
Aljaz1111-May-09 6:38
Aljaz1111-May-09 6:38 
GeneralRe: Fileinfo of image from imagelist Pin
Tom Lawrance4-May-09 5:04
professionalTom Lawrance4-May-09 5:04 
Questionextracting object boundary in image Pin
safaa841-May-09 4:19
safaa841-May-09 4:19 
AnswerRe: extracting object boundary in image Pin
Dave Kreskowiak1-May-09 5:21
mveDave Kreskowiak1-May-09 5:21 
AnswerRe: extracting object boundary in image Pin
Member 10339071-May-09 10:12
Member 10339071-May-09 10:12 
QuestionnVidia PhysX & C# ? Pin
Mohammad Dayyan1-May-09 3:18
Mohammad Dayyan1-May-09 3:18 
AnswerRe: nVidia PhysX & C# ? Pin
Nagy Vilmos1-May-09 4:00
professionalNagy Vilmos1-May-09 4:00 
GeneralRe: nVidia PhysX & C# ? Pin
Mohammad Dayyan1-May-09 4:07
Mohammad Dayyan1-May-09 4:07 
AnswerRe: nVidia PhysX & C# ? Pin
Jimmanuel1-May-09 4:38
Jimmanuel1-May-09 4:38 
GeneralRe: nVidia PhysX & C# ? Pin
Mohammad Dayyan1-May-09 4:51
Mohammad Dayyan1-May-09 4:51 
Questionmanaging multiple socket connections !? Pin
rareseu1-May-09 3:14
rareseu1-May-09 3:14 
AnswerRe: managing multiple socket connections !? Pin
Ravadre1-May-09 3:33
Ravadre1-May-09 3:33 
GeneralRe: managing multiple socket connections !? Pin
rareseu1-May-09 4:23
rareseu1-May-09 4:23 
GeneralRe: managing multiple socket connections !? Pin
Ravadre1-May-09 4:54
Ravadre1-May-09 4:54 
GeneralRe: managing multiple socket connections !? Pin
rareseu1-May-09 5:19
rareseu1-May-09 5:19 
QuestionHow to check files exists *.xml Pin
Hema Bairavan1-May-09 2:53
Hema Bairavan1-May-09 2:53 
Hi Peoples,

i need to check that in a folder a file type of xml ,

that is *.xml

for a single file we use to check like

normally we do like,

folderpath

System.IO.File.Exists(D:\CodeProject\CodeProject.xml)
this will work, but i need to check all the xml file in that folder,
how to do that, can any one help me?

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.