Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
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 
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 
The code snippets shown don't help at all, since all declarations are missing.
What is the type of currentFile, PacketSize, Data, etc?
what is the size of Data, the value of PacketSize?

Where is the try-catch, are you getting any exception?
Did you care to look at the value of count?

Communication (and interfacing in general) must be implemented in a very defensive way:
whatever can conceivably go wrong will sooner or later go wrong, so make provisions for
the worst case right from the start!

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


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 
AnswerRe: Get an object from a handle Pin
Luc Pattyn11-Sep-07 13:22
sitebuilderLuc Pattyn11-Sep-07 13:22 
GeneralRe: Get an object from a handle Pin
Skippums12-Sep-07 4:18
Skippums12-Sep-07 4:18 
GeneralRe: Get an object from a handle Pin
Luc Pattyn12-Sep-07 4:58
sitebuilderLuc Pattyn12-Sep-07 4:58 

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.