Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accesing a xml Pin
BECK72-Sep-05 7:01
BECK72-Sep-05 7:01 
QuestionDatagrid Pin
surfman191-Sep-05 9:52
surfman191-Sep-05 9:52 
QuestionWriting binary data to file Pin
bouli1-Sep-05 9:51
bouli1-Sep-05 9:51 
AnswerRe: Writing binary data to file Pin
Guffa1-Sep-05 10:05
Guffa1-Sep-05 10:05 
GeneralRe: Writing binary data to file Pin
bouli1-Sep-05 10:07
bouli1-Sep-05 10:07 
GeneralRe: Writing binary data to file Pin
Guffa1-Sep-05 11:24
Guffa1-Sep-05 11:24 
GeneralRe: Writing binary data to file Pin
bouli2-Sep-05 5:38
bouli2-Sep-05 5:38 
AnswerRe: Writing binary data to file Pin
Stanciu Vlad1-Sep-05 10:09
Stanciu Vlad1-Sep-05 10:09 
This is a BigEndian LittleEndian problem Smile | :)
This means that your system writes a hexadecimal number in the right-left order or left-right...
I guarantee you that if your system writes the number in that order, when it will attempt to read the number, te result will be the correct one...

But, if you just want to format in that way your data into the file, the simplest way is to split the number into bytes, write them, spend some time, read the bytes back and build your numbers ... Smile | :)

I hope you understand...because is a rough world out there...

GeneralRe: Writing binary data to file Pin
bouli1-Sep-05 10:12
bouli1-Sep-05 10:12 
GeneralRe: Writing binary data to file Pin
Stanciu Vlad1-Sep-05 10:46
Stanciu Vlad1-Sep-05 10:46 
GeneralRe: Writing binary data to file Pin
Dan Neely1-Sep-05 10:57
Dan Neely1-Sep-05 10:57 
QuestionValidating what's in TextBox: Basics Pin
...---...1-Sep-05 9:21
...---...1-Sep-05 9:21 
AnswerRe: Validating what's in TextBox: Basics Pin
Stanciu Vlad1-Sep-05 9:57
Stanciu Vlad1-Sep-05 9:57 
QuestionHow can we know if Scroll bars are active? Pin
rudy.net1-Sep-05 9:14
rudy.net1-Sep-05 9:14 
QuestionMinimize button event Pin
ngensys1-Sep-05 8:50
ngensys1-Sep-05 8:50 
AnswerRe: Minimize button event Pin
Stanciu Vlad1-Sep-05 9:43
Stanciu Vlad1-Sep-05 9:43 
AnswerRe: Minimize button event Pin
Bojan Rajkovic1-Sep-05 16:30
Bojan Rajkovic1-Sep-05 16:30 
QuestionWeb Custom Controls - ASP.NET 2.0 Pin
kalakrishna1-Sep-05 8:46
kalakrishna1-Sep-05 8:46 
Questionarray Pin
HFreitas1-Sep-05 8:04
HFreitas1-Sep-05 8:04 
AnswerRe: array Pin
Stanciu Vlad1-Sep-05 9:01
Stanciu Vlad1-Sep-05 9:01 
QuestionReflection Ambiguous match error Pin
PhrankBooth1-Sep-05 7:40
PhrankBooth1-Sep-05 7:40 
AnswerRe: Reflection Ambiguous match error Pin
Judah Gabriel Himango1-Sep-05 7:55
sponsorJudah Gabriel Himango1-Sep-05 7:55 
QuestionRe: Reflection Ambiguous match error Pin
PhrankBooth1-Sep-05 9:05
PhrankBooth1-Sep-05 9:05 
AnswerRe: Reflection Ambiguous match error Pin
Judah Gabriel Himango1-Sep-05 10:07
sponsorJudah Gabriel Himango1-Sep-05 10:07 
Questioncombobox XML Pin
PHDENG811-Sep-05 7:30
PHDENG811-Sep-05 7:30 

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.