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

C#

 
QuestionFormat+treeview Pin
razanabanu6-Jul-07 21:17
razanabanu6-Jul-07 21:17 
Questionlistbox Pin
sangramkp6-Jul-07 21:15
sangramkp6-Jul-07 21:15 
AnswerRe: listbox Pin
Christian Graus7-Jul-07 1:00
protectorChristian Graus7-Jul-07 1:00 
GeneralRe: listbox Pin
sangramkp7-Jul-07 1:41
sangramkp7-Jul-07 1:41 
GeneralRe: listbox Pin
Paul Conrad7-Jul-07 5:42
professionalPaul Conrad7-Jul-07 5:42 
GeneralRe: listbox Pin
sangramkp8-Jul-07 18:53
sangramkp8-Jul-07 18:53 
QuestionBinary data Pin
ornelaso6-Jul-07 13:22
ornelaso6-Jul-07 13:22 
AnswerRe: Binary data Pin
Luc Pattyn6-Jul-07 16:08
sitebuilderLuc Pattyn6-Jul-07 16:08 
Hi,

some information is missing: in the parts that are non-binary it is easy enough
to find parentheses and do whatever is required; but in the binary parts there
might be bytes that have the exact same value as a regular parenthesis has.

So you must know when to switch from non-binary (interpreting) to binary (dont
touch me) mode, and back. As long as this is undefined, no one can come up with
an approach that works.

You showing the file as if it is line oriented does not help either, since
the carriage return, line feed, new line, or whatever control character you
consider could also occur in the binary data and make you switch incorrectly from
binary to non-binary mode.

So you need extra knowledge; could be things such as:
- in binary mode some byte values will never occur; when they do, they exit
binary mode and are considered a non-binary symbol.
- optionally: and when they are needed as a binary value, they will be
escaped (i.e. prefix an additional special byte value), or produced twice.
- in non-binary mode only a selected list of commands will switch to binary mode
etc.

Smile | :)


Questiongetting a value from an event arg. Pin
Glen Harvy6-Jul-07 12:58
Glen Harvy6-Jul-07 12:58 
AnswerRe: getting a value from an event arg. Pin
PIEBALDconsult6-Jul-07 13:05
mvePIEBALDconsult6-Jul-07 13:05 
GeneralRe: getting a value from an event arg. Pin
Glen Harvy6-Jul-07 13:28
Glen Harvy6-Jul-07 13:28 
GeneralRe: getting a value from an event arg. Pin
PIEBALDconsult6-Jul-07 16:47
mvePIEBALDconsult6-Jul-07 16:47 
GeneralRe: getting a value from an event arg. Pin
Christian Graus7-Jul-07 1:02
protectorChristian Graus7-Jul-07 1:02 
QuestionPrivate UDDI Pin
mughaldynasty6-Jul-07 12:38
mughaldynasty6-Jul-07 12:38 
QuestionFileStream Error ?? Pin
Richard Blythe6-Jul-07 9:13
Richard Blythe6-Jul-07 9:13 
AnswerRe: FileStream Error ?? Pin
Not Active6-Jul-07 9:41
mentorNot Active6-Jul-07 9:41 
AnswerRe: FileStream Error ?? Pin
Leslie Sanford6-Jul-07 10:07
Leslie Sanford6-Jul-07 10:07 
AnswerRe: FileStream Error ?? Pin
Guffa6-Jul-07 10:47
Guffa6-Jul-07 10:47 
AnswerRe: FileStream Error ?? Pin
Luc Pattyn7-Jul-07 2:13
sitebuilderLuc Pattyn7-Jul-07 2:13 
GeneralRe: FileStream Error ?? Pin
Richard Blythe7-Jul-07 13:51
Richard Blythe7-Jul-07 13:51 
GeneralRe: FileStream Error ?? Pin
Luc Pattyn7-Jul-07 14:33
sitebuilderLuc Pattyn7-Jul-07 14:33 
QuestionAsynchornous error Pin
ramdil6-Jul-07 8:58
ramdil6-Jul-07 8:58 
AnswerRe: Asynchornous error Pin
mav.northwind6-Jul-07 10:16
mav.northwind6-Jul-07 10:16 
AnswerRe: Asynchornous error Pin
Luc Pattyn6-Jul-07 16:14
sitebuilderLuc Pattyn6-Jul-07 16:14 
GeneralRe: Asynchornous error Pin
mav.northwind6-Jul-07 22:43
mav.northwind6-Jul-07 22:43 

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.