Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: Plugins for MS Office, Internet explorer using C# Pin
Vikas K.4-Apr-08 1:24
Vikas K.4-Apr-08 1:24 
GeneralRe: Plugins for MS Office, Internet explorer using C# Pin
Member 38312474-Apr-08 3:27
Member 38312474-Apr-08 3:27 
QuestionHow to get Keypress event to menuStrip Pin
ASysSolvers3-Apr-08 23:48
ASysSolvers3-Apr-08 23:48 
GeneralBLOB reading and writing C# Pin
Dev Motiramani3-Apr-08 23:25
Dev Motiramani3-Apr-08 23:25 
GeneralRe: BLOB reading and writing C# Pin
Giorgi Dalakishvili3-Apr-08 23:32
mentorGiorgi Dalakishvili3-Apr-08 23:32 
GeneralRe: BLOB reading and writing C# Pin
Dev Motiramani4-Apr-08 0:06
Dev Motiramani4-Apr-08 0:06 
Generalusing C# to implement Windows Service Pin
George_George3-Apr-08 22:32
George_George3-Apr-08 22:32 
GeneralRe: using C# to implement Windows Service Pin
Giorgi Dalakishvili3-Apr-08 22:34
mentorGiorgi Dalakishvili3-Apr-08 22:34 
GeneralRe: using C# to implement Windows Service Pin
George_George3-Apr-08 23:34
George_George3-Apr-08 23:34 
GeneralRe: using C# to implement Windows Service Pin
N a v a n e e t h3-Apr-08 23:36
N a v a n e e t h3-Apr-08 23:36 
GeneralRe: using C# to implement Windows Service Pin
George_George3-Apr-08 23:55
George_George3-Apr-08 23:55 
GeneralExtending Visual Studio 2005 Pin
Strannick3-Apr-08 22:24
Strannick3-Apr-08 22:24 
GeneralRe: Extending Visual Studio 2005 Pin
Pete O'Hanlon3-Apr-08 23:07
mvePete O'Hanlon3-Apr-08 23:07 
GeneralPersist data in design-time/runtime Pin
LuKas23_3-Apr-08 22:10
LuKas23_3-Apr-08 22:10 
Generalpop client in c#, connect with gmail.com Pin
dift3-Apr-08 21:50
dift3-Apr-08 21:50 
GeneralRe: pop client in c#, connect with gmail.com Pin
ChrisKo4-Apr-08 4:16
ChrisKo4-Apr-08 4:16 
QuestionData Grid Pin
Member 45007023-Apr-08 21:06
Member 45007023-Apr-08 21:06 
GeneralRe: Data Grid Pin
pmarfleet3-Apr-08 21:45
pmarfleet3-Apr-08 21:45 
GeneralRe: Data Grid Pin
Rick van Woudenberg4-Apr-08 3:44
Rick van Woudenberg4-Apr-08 3:44 
Questionhow can we get the call stack of target process Pin
sujithkumarsl3-Apr-08 20:50
sujithkumarsl3-Apr-08 20:50 
AnswerRe: how can we get the call stack of target process Pin
Pete O'Hanlon4-Apr-08 1:22
mvePete O'Hanlon4-Apr-08 1:22 
QuestionFTP Download trouble Pin
m1n1me3-Apr-08 20:24
m1n1me3-Apr-08 20:24 
Hi,

I'm trying to download files from an FTP server, what the code does is get list of files then loop through foreach file in filelist and download it. I got the ftpLib from this board.

It all works OK until about the 6th file download, the code seems late on reading the response, thus resulting on error message. I've tried Thread.Sleep at various location to no avail .. Help !!

The steps on the server:

LIST
150 Connection Accepted
226 Transfer OK
TYPE I
200 Type set to I
SIZE filename.gif
213 34355
PASV
227 Entering Passive Mode (IP)
RETR filename.gif
150 Connection Accepted
CWD ..
etc etc ....

The error usually happen on reading response from PASV command, instead reading 227, it still reads 213 (which is file size)
GeneralRe: FTP Download trouble Pin
Sam Xavier24-Apr-08 21:11
Sam Xavier24-Apr-08 21:11 
QuestionUninitialized Object COM Exception Pin
bhavincpatel3-Apr-08 20:04
bhavincpatel3-Apr-08 20:04 
GeneralPerformance analysis Pin
sujithkumarsl3-Apr-08 19:54
sujithkumarsl3-Apr-08 19:54 

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.