Click here to Skip to main content
15,905,010 members
Home / Discussions / C#
   

C#

 
GeneralRe: Comparing a Tableadapter to checkedlistbox items Pin
falles0112-Sep-07 21:35
falles0112-Sep-07 21:35 
GeneralRe: Comparing a Tableadapter to checkedlistbox items Pin
falles0113-Sep-07 15:36
falles0113-Sep-07 15:36 
QuestionC# Pin
ramyanaidu11-Sep-07 18:37
ramyanaidu11-Sep-07 18:37 
AnswerRe: C# Pin
Sathesh Sakthivel11-Sep-07 18:51
Sathesh Sakthivel11-Sep-07 18:51 
AnswerRe: C# Pin
I.explore.code11-Sep-07 19:09
I.explore.code11-Sep-07 19:09 
AnswerRe: C# Pin
Pete O'Hanlon11-Sep-07 22:17
mvePete O'Hanlon11-Sep-07 22:17 
QuestionHow to disable blinking cursor in my Form ? Pin
Yanshof11-Sep-07 18:10
Yanshof11-Sep-07 18:10 
AnswerRe: How to disable blinking cursor in my Form ? Pin
falles0111-Sep-07 19:23
falles0111-Sep-07 19:23 
AnswerRe: How to disable blinking cursor in my Form ? Pin
falles0111-Sep-07 19:51
falles0111-Sep-07 19:51 
GeneralRe: How to disable blinking cursor in my Form ? Pin
Yanshof11-Sep-07 19:55
Yanshof11-Sep-07 19:55 
QuestionC# accessing non.NET libraries Pin
zaiyatul hijah11-Sep-07 16:38
zaiyatul hijah11-Sep-07 16:38 
AnswerRe: C# accessing non.NET libraries Pin
Malcolm Smart11-Sep-07 20:58
Malcolm Smart11-Sep-07 20:58 
AnswerRe: C# accessing non.NET libraries Pin
WillemM11-Sep-07 21:04
WillemM11-Sep-07 21:04 
GeneralRe: C# accessing non.NET libraries Pin
zaiyatul hijah12-Sep-07 17:04
zaiyatul hijah12-Sep-07 17:04 
Questionhow to create a setup project for Primary Interop Assembly (PIA) - O2003PIA Pin
S Palip11-Sep-07 16:19
S Palip11-Sep-07 16:19 
QuestionC# articles for mt940 Pin
T.EDY11-Sep-07 15:58
T.EDY11-Sep-07 15:58 
AnswerRe: C# articles for mt940 Pin
Malcolm Smart11-Sep-07 20:49
Malcolm Smart11-Sep-07 20:49 
GeneralRe: C# articles for mt940 Pin
T.EDY11-Sep-07 22:25
T.EDY11-Sep-07 22:25 
QuestionDisplay Waveform Pin
Klazen11-Sep-07 14:26
Klazen11-Sep-07 14:26 
AnswerRe: Display Waveform Pin
Malcolm Smart11-Sep-07 21:00
Malcolm Smart11-Sep-07 21:00 
GeneralRe: Display Waveform Pin
Klazen12-Sep-07 7:55
Klazen12-Sep-07 7:55 
Questionvector drawing in wpf Pin
donovan.solms11-Sep-07 12:39
donovan.solms11-Sep-07 12:39 
QuestionOpening large files / sockets [solved] Pin
Anthony Mushrow11-Sep-07 12:22
professionalAnthony Mushrow11-Sep-07 12:22 
I made a simple program to send files over a socket.
Its very simple, it opens the file, reads 100Kb, then sends it across, reads the next 100Kb and sends it. At the other end each 100Kb chunk is written to file as it arrives.

I sent across a 10KB file, 77MB file, with no problems. Then i came to send a rather large file... just over 4GB. I'll need to investigate more, but from what i can see the file is opened, the connection is made but it fails to send the first chunk, the recipient just sits there waiting for data to arrive.

Im unsure of where the problem might be, or what would cause it. If anyone could shed some light on the subject i'd be very grateful.


-- modified at 19:26 Tuesday 11th September, 2007
Hmm, okay file length in bytes is 4,294,967,296. To big to fit in an int right? That might be the problem. Then again, the only thing using int's is the progress bar.


-- modified at 20:45 Tuesday 11th September, 2007
AnswerRe: Opening large files / sockets Pin
Luc Pattyn11-Sep-07 13:25
sitebuilderLuc Pattyn11-Sep-07 13:25 
GeneralRe: Opening large files / sockets [modified] Pin
Anthony Mushrow11-Sep-07 13:37
professionalAnthony Mushrow11-Sep-07 13:37 

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.