Click here to Skip to main content
15,795,398 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reversing String-Recursive Pin
jalburzicon4-Jul-07 8:57
jalburzicon4-Jul-07 8:57 
GeneralRe: Reversing String-Recursive Pin
Paul Conrad4-Jul-07 9:14
professionalPaul Conrad4-Jul-07 9:14 
GeneralRe: Reversing String-Recursive Pin
jalburzicon5-Jul-07 7:23
jalburzicon5-Jul-07 7:23 
QuestionFormat of the initialization string does not conform to specification starting at index 0 in my connection establishing statement . Pin
kalaveer4-Jul-07 1:20
kalaveer4-Jul-07 1:20 
AnswerRe: Format of the initialization string does not conform to specification starting at index 0 in my connection establishing statement . Pin
Pete O'Hanlon4-Jul-07 1:57
subeditorPete O'Hanlon4-Jul-07 1:57 
AnswerRe: Format of the initialization string does not conform to specification starting at index 0 in my connection establishing statement . Pin
kalaveer4-Jul-07 2:06
kalaveer4-Jul-07 2:06 
QuestionSystem.Net.WebRequest to list contents of remote directory Pin
mfmaneef4-Jul-07 1:20
mfmaneef4-Jul-07 1:20 
AnswerRe: System.Net.WebRequest to list contents of remote directory Pin
SHatchard4-Jul-07 3:15
SHatchard4-Jul-07 3:15 
I know that it can be done with FTP, which might be useful to you - I dont have any code to hand but you would

1. Create an FtpWebRequest
2. Set the method property to ListDirectoryDetails
3. Set credentials
4. Call the GetResponseStream method
5. Pass it to a StreamReader and use the readline function to iterate though the lines in the file

Note that you get more than just the filename, you get some other information too such as the size, etc and folders are included so you might need to format the responses in some way.
GeneralRe: System.Net.WebRequest to list contents of remote directory Pin
mfmaneef4-Jul-07 7:04
mfmaneef4-Jul-07 7:04 
QuestionHow to use ShowDialog in the click event of menu item Pin
Muhammad Gouda4-Jul-07 1:18
Muhammad Gouda4-Jul-07 1:18 
AnswerRe: How to use ShowDialog in the click event of menu item Pin
JeffPClark4-Jul-07 8:58
JeffPClark4-Jul-07 8:58 
GeneralRe: How to use ShowDialog in the click event of menu item Pin
Muhammad Gouda4-Jul-07 23:18
Muhammad Gouda4-Jul-07 23:18 
Question[Message Deleted] Pin
WhiteGirl234-Jul-07 1:12
WhiteGirl234-Jul-07 1:12 
GeneralWow, thats rude! Pin
Martin#4-Jul-07 1:18
Martin#4-Jul-07 1:18 
AnswerRe: tx text control Pin
J4amieC4-Jul-07 1:20
J4amieC4-Jul-07 1:20 
AnswerRe: tx text control Pin
Muhammad Gouda4-Jul-07 1:24
Muhammad Gouda4-Jul-07 1:24 
AnswerRe: tx text control Pin
Pete O'Hanlon4-Jul-07 1:34
subeditorPete O'Hanlon4-Jul-07 1:34 
QuestionDataset in C sharp Pin
kibromg4-Jul-07 1:11
kibromg4-Jul-07 1:11 
AnswerRe: Dataset in C sharp Pin
J4amieC4-Jul-07 1:22
J4amieC4-Jul-07 1:22 
GeneralRe: Dataset in C sharp Pin
kibromg4-Jul-07 1:30
kibromg4-Jul-07 1:30 
Questionvisual source safe does not get correct file. Pin
arkiboys4-Jul-07 1:03
arkiboys4-Jul-07 1:03 
AnswerRe: visual source safe does not get correct file. Pin
Pete O'Hanlon4-Jul-07 1:07
subeditorPete O'Hanlon4-Jul-07 1:07 
GeneralRe: visual source safe does not get correct file. Pin
arkiboys4-Jul-07 1:17
arkiboys4-Jul-07 1:17 
AnswerRe: visual source safe does not get correct file. Pin
Pete O'Hanlon4-Jul-07 1:32
subeditorPete O'Hanlon4-Jul-07 1:32 
GeneralRe: visual source safe does not get correct file. Pin
arkiboys4-Jul-07 1:46
arkiboys4-Jul-07 1:46 

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.