Click here to Skip to main content
16,006,373 members
Home / Discussions / C#
   

C#

 
QuestionHow to lock the adjustment of column runtime. Pin
saksp31-Mar-09 23:14
saksp31-Mar-09 23:14 
AnswerRe: How to lock the adjustment of column runtime. Pin
Eddy Vluggen1-Apr-09 0:21
professionalEddy Vluggen1-Apr-09 0:21 
AnswerRe: How to lock the adjustment of column runtime. Pin
vinodkrebc1-Apr-09 1:26
vinodkrebc1-Apr-09 1:26 
Questionis sending data over a same socket possible Pin
Mubeen.asim31-Mar-09 23:10
Mubeen.asim31-Mar-09 23:10 
AnswerRe: is sending data over a same socket possible Pin
stancrm31-Mar-09 23:13
stancrm31-Mar-09 23:13 
GeneralRe: is sending data over a same socket possible Pin
Mubeen.asim31-Mar-09 23:33
Mubeen.asim31-Mar-09 23:33 
QuestionDirectory.Exist Pin
yesu prakash31-Mar-09 22:55
yesu prakash31-Mar-09 22:55 
AnswerRe: Directory.Exist Pin
Tom Deketelaere31-Mar-09 23:33
professionalTom Deketelaere31-Mar-09 23:33 
What do you mean?

You want to check if an ftp address exists? (just try to connect to it)

You want to check if a directory exists? use directory.exists

You want to check if a certain directory is a directory that is being exposed by an ftp program? See if you can connect to the folder with an ftp connection.

You want all the directory's of an ftp? There is tons off code out there for doing this just google 'ftp +c#.net'



On a side note: next time be a bit more clear about what you want, maybe give a short example.
AnswerRe: Directory.Exist Pin
0x3c01-Apr-09 0:53
0x3c01-Apr-09 0:53 
QuestionWhat exceptions cannot be caught by try-catch block? Pin
devvvy31-Mar-09 22:04
devvvy31-Mar-09 22:04 
AnswerRe: What exceptions cannot be caught by try-catch block? Pin
Pete O'Hanlon31-Mar-09 22:25
mvePete O'Hanlon31-Mar-09 22:25 
GeneralRe: What exceptions cannot be caught by try-catch block? Pin
moon_stick31-Mar-09 22:58
moon_stick31-Mar-09 22:58 
GeneralRe: What exceptions cannot be caught by try-catch block? [modified] Pin
devvvy31-Mar-09 23:05
devvvy31-Mar-09 23:05 
GeneralRe: What exceptions cannot be caught by try-catch block? Pin
moon_stick31-Mar-09 23:35
moon_stick31-Mar-09 23:35 
GeneralRe: What exceptions cannot be caught by try-catch block? Pin
devvvy1-Apr-09 0:13
devvvy1-Apr-09 0:13 
GeneralRe: What exceptions cannot be caught by try-catch block? Pin
devvvy1-Apr-09 0:38
devvvy1-Apr-09 0:38 
GeneralRe: What exceptions cannot be caught by try-catch block? Pin
devvvy1-Apr-09 3:14
devvvy1-Apr-09 3:14 
AnswerRe: What exceptions cannot be caught by try-catch block? Pin
0x3c01-Apr-09 0:06
0x3c01-Apr-09 0:06 
QuestionHELP ME!! Pin
Reza S31-Mar-09 22:02
Reza S31-Mar-09 22:02 
AnswerRe: HELP ME!! Pin
12Code31-Mar-09 22:14
12Code31-Mar-09 22:14 
Questionhow to create windows xp user using c# code Pin
azad yadav31-Mar-09 21:46
azad yadav31-Mar-09 21:46 
AnswerRe: how to create windows xp user using c# code Pin
King Julien31-Mar-09 22:04
King Julien31-Mar-09 22:04 
AnswerRe: how to create windows xp user using c# code Pin
stancrm31-Mar-09 22:11
stancrm31-Mar-09 22:11 
QuestionImport from CSV file to GridView Pin
Logue31-Mar-09 21:45
Logue31-Mar-09 21:45 
AnswerRe: Import from CSV file to GridView Pin
musefan31-Mar-09 21:49
musefan31-Mar-09 21:49 

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.