Click here to Skip to main content
16,016,489 members
Home / Discussions / C#
   

C#

 
GeneralApplication.Run() Parameter Pin
saneng28-Apr-08 3:07
saneng28-Apr-08 3:07 
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 
Good suggestion. I need to learn Regex regardless. No I am not running this real time. It is a static log that is opened after the fact. First I do a string collection and create a single line of the HEX, and put the RX/TX items at a specific location to facilitate finding the correct item in the HEX to highlight and simplfy pattern searching. Once it is in a single line format, then I look for the location to highlight, then color accordingly.

Here is the raw;
Correct format;

2008/04/24 19:16:50 [128009]ARES_EINDICATION 010.050.082.101 103.2.01 (19d1) RX 68 bytes
2008/04/24 19:16:50 [128009] 19 D1 26 02 34 E8 AA 20 76 97 51 28 50 76 38 64
2008/04/24 19:16:50 [128009] 49 00 58 02 02 C7 88 01 C7 88 AA 50 76 38 64 49
2008/04/24 19:16:50 [128009] 20 76 97 51 28 D8 07 04 18 13 10 2F 00 00 10 0A
2008/04/24 19:16:50 [128009] 06 0A 06 06 0A 06 0A 06 06 06 06 06 06 06 06 73
2008/04/24 19:16:50 [128009] 74 69 9C F6

Incorrect/missing format;
2008/04/24 19:16:51 [128009]ARES_EINDICATION 010.050.082.104 107.1.01 (1ac1) RX 68 bytes

Brian
GeneralRe: Text parser Pin
carbon_golem28-Apr-08 4:06
carbon_golem28-Apr-08 4:06 
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 

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.