Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with Writing FileStream Pin
Richard MacCutchan4-Jul-12 4:20
mveRichard MacCutchan4-Jul-12 4:20 
GeneralRe: Problem with Writing FileStream Pin
Pete O'Hanlon4-Jul-12 4:40
mvePete O'Hanlon4-Jul-12 4:40 
GeneralRe: Problem with Writing FileStream Pin
Luc Pattyn4-Jul-12 1:33
sitebuilderLuc Pattyn4-Jul-12 1:33 
GeneralRe: Problem with Writing FileStream Pin
Software20074-Jul-12 7:16
Software20074-Jul-12 7:16 
GeneralRe: Problem with Writing FileStream Pin
Trak4Net4-Jul-12 7:47
Trak4Net4-Jul-12 7:47 
GeneralRe: Problem with Writing FileStream Pin
Luc Pattyn4-Jul-12 8:02
sitebuilderLuc Pattyn4-Jul-12 8:02 
GeneralRe: Problem with Writing FileStream Pin
Software20074-Jul-12 11:07
Software20074-Jul-12 11:07 
GeneralRe: Problem with Writing FileStream Pin
Trak4Net4-Jul-12 11:29
Trak4Net4-Jul-12 11:29 
That is what I was talking about static values. If this is network stream you either need an end of message marker to make sure you read the whole message or read until nothing is left. You should be able to check what is available on the network stream and if multiple reads are required to get the entire message you may need to do some byte array manipulation (new byte() with current and new and use array.copy...) hope that is helpful.
GeneralRe: Problem with Writing FileStream Pin
Software20074-Jul-12 11:46
Software20074-Jul-12 11:46 
QuestionC# code obtain and compares Pin
sc steinhayse3-Jul-12 15:13
sc steinhayse3-Jul-12 15:13 
AnswerRe: C# code obtain and compares Pin
RobCroll3-Jul-12 17:18
RobCroll3-Jul-12 17:18 
AnswerRe: C# code obtain and compares Pin
Abhinav S3-Jul-12 17:24
Abhinav S3-Jul-12 17:24 
AnswerRe: C# code obtain and compares Pin
Pete O'Hanlon3-Jul-12 22:17
mvePete O'Hanlon3-Jul-12 22:17 
QuestionMulti-Dimensional Array's? Pin
premier-gamer3-Jul-12 13:47
premier-gamer3-Jul-12 13:47 
GeneralRe: Multi-Dimensional Array's? Pin
RobCroll3-Jul-12 14:15
RobCroll3-Jul-12 14:15 
GeneralRe: Multi-Dimensional Array's? Pin
premier-gamer3-Jul-12 14:21
premier-gamer3-Jul-12 14:21 
GeneralRe: Multi-Dimensional Array's? Pin
RobCroll3-Jul-12 14:40
RobCroll3-Jul-12 14:40 
GeneralRe: Multi-Dimensional Array's? Pin
premier-gamer3-Jul-12 15:32
premier-gamer3-Jul-12 15:32 
GeneralRe: Multi-Dimensional Array's? Pin
Mycroft Holmes3-Jul-12 17:02
professionalMycroft Holmes3-Jul-12 17:02 
AnswerRe: Multi-Dimensional Array's? Pin
Luc Pattyn3-Jul-12 14:22
sitebuilderLuc Pattyn3-Jul-12 14:22 
QuestionExport To Excel Advanced Pin
DJCRIS123-Jul-12 5:15
DJCRIS123-Jul-12 5:15 
AnswerRe: Export To Excel Advanced Pin
Eddy Vluggen3-Jul-12 12:52
professionalEddy Vluggen3-Jul-12 12:52 
AnswerRe: Export To Excel Advanced Pin
RobCroll3-Jul-12 14:25
RobCroll3-Jul-12 14:25 
AnswerRe: Export To Excel Advanced Pin
ignrod3-Jul-12 14:34
ignrod3-Jul-12 14:34 
QuestionHow to bind extra column(sales) along with Latitude and logitude in GoogleMaps in C# with Asp.Net Pin
ChandrakanthGaddam3-Jul-12 5:12
ChandrakanthGaddam3-Jul-12 5: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.