Click here to Skip to main content
15,880,503 members
Home / Discussions / C#
   

C#

 
Answerrepost - Ignore Pin
J4amieC1-Mar-09 23:21
J4amieC1-Mar-09 23:21 
Questionexceptions Pin
aratireddy1-Mar-09 23:02
aratireddy1-Mar-09 23:02 
AnswerRe: exceptions Pin
Calin Tatar1-Mar-09 23:15
Calin Tatar1-Mar-09 23:15 
AnswerRe: exceptions Pin
N a v a n e e t h1-Mar-09 23:16
N a v a n e e t h1-Mar-09 23:16 
Answerrepost - ignore Pin
J4amieC1-Mar-09 23:22
J4amieC1-Mar-09 23:22 
Questionhow to add the subtitles in video Pin
Abhishek Rana1-Mar-09 23:02
Abhishek Rana1-Mar-09 23:02 
AnswerRe: how to add the subtitles in video Pin
Eddy Vluggen2-Mar-09 0:02
professionalEddy Vluggen2-Mar-09 0:02 
QuestionFind a file path with seatching it name Pin
abbd1-Mar-09 22:49
abbd1-Mar-09 22:49 
Hello,
i use this to get all files in directories :

<br />
string[] files = Directory.GetFileSystemEntries(@"C:\");<br />
            int filecount = files.GetUpperBound(0) + 1;<br />
            if (filecount != 0)<br />
            {<br />
                DirectoryInfo di = new DirectoryInfo(@"C:\");<br />
<br />
                foreach (FileInfo file in di.GetFiles())<br />
                {<br />
                    DateTime Now = DateTime.Now;<br />
                    string name = file.Name;//name of file, i.e. doc.txt<br />
                    string fullName = file.FullName;//file path of the file <br />
}<br />


i would get not all files, but a file with a specific name lake doc1.pdf, thank you verry mutch.
AnswerRe: Find a file path with seatching it name Pin
Calin Tatar1-Mar-09 22:52
Calin Tatar1-Mar-09 22:52 
QuestionRe: Find a file path with seatching it name Pin
abbd1-Mar-09 23:02
abbd1-Mar-09 23:02 
AnswerRe: Find a file path with seatching it name Pin
Alan N2-Mar-09 0:40
Alan N2-Mar-09 0:40 
AnswerRe: Find a file path with seatching it name [modified] Pin
Luc Pattyn2-Mar-09 3:35
sitebuilderLuc Pattyn2-Mar-09 3:35 
QuestionHow to create a Word Template folder Pin
Tejabhiram1-Mar-09 22:45
Tejabhiram1-Mar-09 22:45 
QuestionTo load gridview when scrolling. [modified] Pin
Elango N1-Mar-09 22:35
Elango N1-Mar-09 22:35 
AnswerRe: To load gridview when scrolling. [modified] Pin
Calin Tatar1-Mar-09 22:40
Calin Tatar1-Mar-09 22:40 
QuestionHow to insert a website address to the message box Message Pin
wasimsharp1-Mar-09 22:17
wasimsharp1-Mar-09 22:17 
AnswerRe: How to insert a website address to the message box Message Pin
Greg Chelstowski1-Mar-09 22:29
Greg Chelstowski1-Mar-09 22:29 
GeneralRe: How to insert a website address to the message box Message Pin
wasimsharp1-Mar-09 23:31
wasimsharp1-Mar-09 23:31 
Questionabout the water mark on video file Pin
Abhishek Rana1-Mar-09 22:03
Abhishek Rana1-Mar-09 22:03 
AnswerRe: about the water mark on video file Pin
Eddy Vluggen1-Mar-09 22:20
professionalEddy Vluggen1-Mar-09 22:20 
QuestionForeign Key Pin
Zeyad Jalil1-Mar-09 21:41
professionalZeyad Jalil1-Mar-09 21:41 
AnswerRe: Foreign Key Pin
Christian Graus1-Mar-09 21:48
protectorChristian Graus1-Mar-09 21:48 
GeneralRe: Foreign Key Pin
Zeyad Jalil1-Mar-09 21:53
professionalZeyad Jalil1-Mar-09 21:53 
AnswerRe: Foreign Key Pin
Greg Chelstowski1-Mar-09 22:09
Greg Chelstowski1-Mar-09 22:09 
QuestionColor settings in Directx.Capture Pin
anki1231-Mar-09 21:39
anki1231-Mar-09 21:39 

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.