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

C#

 
GeneralRe: Serializing a class that contains a TimeSpan memeber Pin
Lucian.Palcu10-Oct-07 4:49
Lucian.Palcu10-Oct-07 4:49 
GeneralRe: Serializing a class that contains a TimeSpan memeber Pin
TJoe10-Oct-07 5:35
TJoe10-Oct-07 5:35 
QuestionLooping through property Pin
Marcel Vreuls (www.agentbase.nl)10-Oct-07 4:16
Marcel Vreuls (www.agentbase.nl)10-Oct-07 4:16 
AnswerRe: Looping through property Pin
TJoe10-Oct-07 4:22
TJoe10-Oct-07 4:22 
GeneralRe: Looping through property Pin
Marcel Vreuls (www.agentbase.nl)10-Oct-07 4:41
Marcel Vreuls (www.agentbase.nl)10-Oct-07 4:41 
Questionwhat is incorrect in my code? Pin
8213001210-Oct-07 4:00
8213001210-Oct-07 4:00 
AnswerRe: what is incorrect in my code? Pin
Judah Gabriel Himango10-Oct-07 4:06
sponsorJudah Gabriel Himango10-Oct-07 4:06 
AnswerRe: what is incorrect in my code? Pin
Guffa10-Oct-07 5:56
Guffa10-Oct-07 5:56 
An array of bytes is not represented the same way as individual bytes by the BinaryWriter. You can't write the data as an array and read it as individual bytes.

Why are you using a BinaryWriter and BinaryReader at all? Why not write and read the data directly?

---
single minded; short sighted; long gone;

AnswerRe: what is incorrect in my code? Pin
Ennis Ray Lynch, Jr.10-Oct-07 9:45
Ennis Ray Lynch, Jr.10-Oct-07 9:45 
QuestionDownload .net Framework 3.0 SDK Pin
Tomerland10-Oct-07 3:58
Tomerland10-Oct-07 3:58 
AnswerRe: Download .net Framework 3.0 SDK Pin
Jimmanuel10-Oct-07 4:15
Jimmanuel10-Oct-07 4:15 
GeneralRe: Download .net Framework 3.0 SDK Pin
Tomerland10-Oct-07 4:23
Tomerland10-Oct-07 4:23 
GeneralRe: Download .net Framework 3.0 SDK Pin
Jimmanuel10-Oct-07 4:32
Jimmanuel10-Oct-07 4:32 
GeneralRe: Download .net Framework 3.0 SDK Pin
Tomerland10-Oct-07 19:28
Tomerland10-Oct-07 19:28 
QuestionCan`t kill focus of button in C# winform Pin
Yanshof10-Oct-07 3:25
Yanshof10-Oct-07 3:25 
QuestionHelp regarding deleting files in a directory Pin
anu8110-Oct-07 2:40
anu8110-Oct-07 2:40 
AnswerRe: Help regarding deleting files in a directory Pin
Anthony Mushrow10-Oct-07 3:05
professionalAnthony Mushrow10-Oct-07 3:05 
GeneralRe: Help regarding deleting files in a directory Pin
anu8110-Oct-07 3:13
anu8110-Oct-07 3:13 
GeneralRe: Help regarding deleting files in a directory Pin
Anthony Mushrow10-Oct-07 3:37
professionalAnthony Mushrow10-Oct-07 3:37 
GeneralRe: Help regarding deleting files in a directory Pin
Aavesh Agarwal10-Oct-07 17:40
Aavesh Agarwal10-Oct-07 17:40 
AnswerRe: ERROR parameter is not valid Pin
Anthony Mushrow10-Oct-07 3:12
professionalAnthony Mushrow10-Oct-07 3:12 
GeneralRe: ERROR parameter is not valid Pin
NewToAspDotNet10-Oct-07 3:59
NewToAspDotNet10-Oct-07 3:59 
QuestionSystem.IO.IOException [modified] Pin
Stevo Z10-Oct-07 2:40
Stevo Z10-Oct-07 2:40 
AnswerRe: System.IO.IOException Pin
VirtualVoid.NET12-Oct-07 2:14
VirtualVoid.NET12-Oct-07 2:14 
GeneralRe: System.IO.IOException Pin
Stevo Z12-Oct-07 4:10
Stevo Z12-Oct-07 4:10 

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.