Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Opening large files / sockets Pin
Luc Pattyn11-Sep-07 14:04
sitebuilderLuc Pattyn11-Sep-07 14:04 
GeneralRe: Opening large files / sockets Pin
Anthony Mushrow11-Sep-07 14:20
professionalAnthony Mushrow11-Sep-07 14:20 
AnswerRe: Opening large files / sockets [solved] Pin
Anthony Mushrow11-Sep-07 14:52
professionalAnthony Mushrow11-Sep-07 14:52 
GeneralRe: Opening large files / sockets [solved] Pin
Luc Pattyn11-Sep-07 16:15
sitebuilderLuc Pattyn11-Sep-07 16:15 
GeneralRe: Opening large files / sockets [solved] Pin
Anthony Mushrow12-Sep-07 2:06
professionalAnthony Mushrow12-Sep-07 2:06 
QuestionC# equivalent of getch () Pin
Jordanwb11-Sep-07 11:48
Jordanwb11-Sep-07 11:48 
AnswerRe: C# equivalent of getch () Pin
User 665811-Sep-07 12:14
User 665811-Sep-07 12:14 
GeneralRe: C# equivalent of getch () Pin
Jordanwb11-Sep-07 12:23
Jordanwb11-Sep-07 12:23 
AnswerRe: C# equivalent of getch () Pin
Dave Doknjas11-Sep-07 14:08
Dave Doknjas11-Sep-07 14:08 
GeneralRe: C# equivalent of getch () Pin
Jordanwb11-Sep-07 14:15
Jordanwb11-Sep-07 14:15 
GeneralRe: C# equivalent of getch () Pin
Dave Doknjas11-Sep-07 14:33
Dave Doknjas11-Sep-07 14:33 
GeneralRe: C# equivalent of getch () Pin
Jordanwb11-Sep-07 15:10
Jordanwb11-Sep-07 15:10 
GeneralRe: C# equivalent of getch () Pin
Brady Kelly11-Sep-07 22:11
Brady Kelly11-Sep-07 22:11 
GeneralRe: C# equivalent of getch () Pin
Jordanwb12-Sep-07 8:33
Jordanwb12-Sep-07 8:33 
QuestionGet an object from a handle [modified] Pin
Skippums11-Sep-07 11:12
Skippums11-Sep-07 11:12 

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.