Click here to Skip to main content
15,894,017 members
Home / Discussions / C#
   

C#

 
GeneralApplication.Run() Pin
saneng28-Apr-08 3:06
saneng28-Apr-08 3:06 
GeneralRe: Application.Run() Pin
Giorgi Dalakishvili28-Apr-08 3:36
mentorGiorgi Dalakishvili28-Apr-08 3:36 
GeneralRe: Application.Run() Pin
Colin Angus Mackay28-Apr-08 4:07
Colin Angus Mackay28-Apr-08 4:07 
GeneralProject post build events Pin
Razvan Dimescu28-Apr-08 2:26
Razvan Dimescu28-Apr-08 2:26 
QuestionText parser Pin
solutionsville28-Apr-08 2:23
solutionsville28-Apr-08 2:23 
GeneralRe: Text parser Pin
carbon_golem28-Apr-08 3:31
carbon_golem28-Apr-08 3:31 
AnswerRe: Text parser Pin
solutionsville28-Apr-08 3:51
solutionsville28-Apr-08 3:51 
GeneralRe: Text parser Pin
carbon_golem28-Apr-08 4:06
carbon_golem28-Apr-08 4:06 
So you have a file with line feeds that you make individual strings for, if I'm understanding you correctly. So all the items in the above example with the same timestamp are considered in the same transmission.

Assuming the headers are never broken (not so good) you could use the RX size to count the bytes to make sure of the correct sizing.

If you're considering everything between the header text (ARES_EIN---) to be one transmission, you could load a either a generic List<string> or array String[] to hold transmissions, then colorize by line without using the index in the long string in your output window.

Scott P

"Run for your life from any man who tells you that money is evil. That sentence is the leper's bell of an approaching looter." --Ayn Rand

AnswerRe: Text parser Pin
solutionsville28-Apr-08 4:25
solutionsville28-Apr-08 4:25 
GeneralRe: Text parser Pin
carbon_golem28-Apr-08 5:06
carbon_golem28-Apr-08 5:06 
AnswerRe: Text parser Pin
solutionsville28-Apr-08 6:02
solutionsville28-Apr-08 6:02 
AnswerRe: Text parser Pin
solutionsville28-Apr-08 8:02
solutionsville28-Apr-08 8:02 
QuestionGet username of a running process Pin
I'm a member...28-Apr-08 1:55
I'm a member...28-Apr-08 1:55 
GeneralRe: Get username of a running process Pin
Anthony Mushrow28-Apr-08 2:06
professionalAnthony Mushrow28-Apr-08 2:06 
QuestionNeed help with scheduling system Pin
Twyce28-Apr-08 1:39
Twyce28-Apr-08 1:39 
GeneralRe: Need help with scheduling system Pin
Simon P Stevens28-Apr-08 2:01
Simon P Stevens28-Apr-08 2:01 
GeneralRe: Need help with scheduling system Pin
Pete O'Hanlon28-Apr-08 2:05
mvePete O'Hanlon28-Apr-08 2:05 
Questionhow to bind or attach message digest to word document Pin
Sunix.Fu28-Apr-08 1:26
Sunix.Fu28-Apr-08 1:26 
QuestionHow to maintain graphics Pin
baranils28-Apr-08 0:58
baranils28-Apr-08 0:58 
AnswerRe: How to maintain graphics Pin
Pete O'Hanlon28-Apr-08 1:28
mvePete O'Hanlon28-Apr-08 1:28 
GeneralRe: How to maintain graphics Pin
baranils28-Apr-08 1:38
baranils28-Apr-08 1:38 
GeneralNewbie - Unable to cast object of type... Pin
aberbotimue28-Apr-08 0:40
aberbotimue28-Apr-08 0:40 
GeneralRe: Newbie - Unable to cast object of type... Pin
Anthony Mushrow28-Apr-08 0:53
professionalAnthony Mushrow28-Apr-08 0:53 
GeneralRe: Newbie - Unable to cast object of type... Pin
aberbotimue28-Apr-08 1:16
aberbotimue28-Apr-08 1:16 
GeneralRe: Newbie - Unable to cast object of type... Pin
Anthony Mushrow28-Apr-08 2:12
professionalAnthony Mushrow28-Apr-08 2: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.