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

C#

 
AnswerRe: Need Help with SortedList<tkey,tvalue> Pin
Luc Pattyn4-Sep-09 7:57
sitebuilderLuc Pattyn4-Sep-09 7:57 
GeneralRe: Need Help with SortedList<tkey,tvalue> Pin
gamer11274-Sep-09 8:22
gamer11274-Sep-09 8:22 
GeneralRe: Need Help with SortedList<tkey,tvalue> Pin
Luc Pattyn4-Sep-09 8:41
sitebuilderLuc Pattyn4-Sep-09 8:41 
QuestionMouse events not triggered Pin
Dean Geddes4-Sep-09 4:42
Dean Geddes4-Sep-09 4:42 
AnswerRe: Mouse events not triggered Pin
Henry Minute4-Sep-09 4:58
Henry Minute4-Sep-09 4:58 
QuestionRead file with hex characters Pin
khalidelmeknesi4-Sep-09 3:00
khalidelmeknesi4-Sep-09 3:00 
AnswerRe: Read file with hex characters Pin
musefan4-Sep-09 3:08
musefan4-Sep-09 3:08 
AnswerRe: Read file with hex characters Pin
Luc Pattyn4-Sep-09 3:55
sitebuilderLuc Pattyn4-Sep-09 3:55 
NO

if you want to treat the file content as binary data, then you should not use anything related to characters, strings or StreamReaders, so File.OpenText() is of limits, use File.OpenRead() instead; that returns a FileStream which has Read and ReadByte methods.

Your Notepad link clearly proves the data isn't text I would say.

BTW: your question is not related to hex at all, the data is non-textual or binary, which you could show in hex format (as the left half of your hex editor does) but that is just a way of looking at it, it is not what is in there.

Smile | :)

Luc Pattyn
Badger | [badger,badger,badger,badger...] Jig | [Dance] Badger | [badger,badger,badger,badger...] Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.Jig | [Dance] Badger | [badger,badger,badger,badger...] Jig | [Dance]

GeneralRe: Read file with hex characters Pin
khalidelmeknesi5-Sep-09 0:43
khalidelmeknesi5-Sep-09 0:43 
GeneralRe: Read file with hex characters Pin
Luc Pattyn5-Sep-09 1:01
sitebuilderLuc Pattyn5-Sep-09 1:01 
QuestionLatebinding a VB6 DLL in a C# Project (with an interface?) Pin
MatthysDT4-Sep-09 2:56
MatthysDT4-Sep-09 2:56 
AnswerRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
stancrm4-Sep-09 3:08
stancrm4-Sep-09 3:08 
RantRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
MatthysDT4-Sep-09 3:25
MatthysDT4-Sep-09 3:25 
AnswerRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
Pete O'Hanlon4-Sep-09 3:46
mvePete O'Hanlon4-Sep-09 3:46 
GeneralRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
MatthysDT22-Sep-09 1:57
MatthysDT22-Sep-09 1:57 
AnswerRe: Latebinding a VB6 DLL in a C# Project (with an interface?) Pin
Paw Jershauge4-Sep-09 4:35
Paw Jershauge4-Sep-09 4:35 
QuestionDocument class in C# Pin
ChrisSuper4-Sep-09 2:51
ChrisSuper4-Sep-09 2:51 
AnswerRe: Document class in C# Pin
EliottA4-Sep-09 3:21
EliottA4-Sep-09 3:21 
QuestionHow should a Fresher start a Real Time Project Pin
amaankhan4-Sep-09 2:11
amaankhan4-Sep-09 2:11 
AnswerRe: How should a Fresher start a Real Time Project Pin
Henry Minute4-Sep-09 2:30
Henry Minute4-Sep-09 2:30 
QuestionDisable Close(X) in a form Pin
Swetha Srinivasan4-Sep-09 1:58
Swetha Srinivasan4-Sep-09 1:58 
AnswerRe: Disable Close(X) in a form Pin
stancrm4-Sep-09 2:14
stancrm4-Sep-09 2:14 
AnswerRe: Disable Close(X) in a form Pin
PIEBALDconsult4-Sep-09 5:35
mvePIEBALDconsult4-Sep-09 5:35 
QuestionDataGrid Pin
Wamuti3-Sep-09 22:44
Wamuti3-Sep-09 22:44 
AnswerRe: DataGrid Pin
stancrm3-Sep-09 22:48
stancrm3-Sep-09 22:48 

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.