Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help! How to change the back color of a StatusBar?? Pin
Nnamdi Onyeyiri27-Aug-02 1:22
Nnamdi Onyeyiri27-Aug-02 1:22 
GeneralAninated Forms?? Anyone... Anyone... Pin
Rodney S. Foley26-Aug-02 17:28
Rodney S. Foley26-Aug-02 17:28 
GeneralRe: Aninated Forms?? Anyone... Anyone... Pin
Sijin26-Aug-02 19:06
Sijin26-Aug-02 19:06 
GeneralRe: Aninated Forms?? Anyone... Anyone... Pin
Rodney S. Foley26-Aug-02 19:21
Rodney S. Foley26-Aug-02 19:21 
GeneralRe: Aninated Forms?? Anyone... Anyone... Pin
Sijin26-Aug-02 21:08
Sijin26-Aug-02 21:08 
GeneralRe: Aninated Forms?? Anyone... Anyone... Pin
Michael Mac27-Aug-02 0:45
Michael Mac27-Aug-02 0:45 
GeneralParsing text Pin
BLaZiNiX26-Aug-02 17:04
BLaZiNiX26-Aug-02 17:04 
GeneralRe: Parsing text Pin
Christopher Lord26-Aug-02 18:06
Christopher Lord26-Aug-02 18:06 
first you would split into lines, identified by the ; char.

then you would go over each line and determine what the line contains,

once you know that you can invoke a different parser for each case (var declare, function, etc)

Its a lot of work when you get into strings, which may contain chars which are part of your syntax, ;'s in strings have to be ignored, for example.


GeneralRe: Parsing text Pin
BLaZiNiX26-Aug-02 18:20
BLaZiNiX26-Aug-02 18:20 
GeneralRe: Parsing text Pin
James T. Johnson26-Aug-02 18:47
James T. Johnson26-Aug-02 18:47 
GeneralRe: Parsing text Pin
BLaZiNiX26-Aug-02 18:51
BLaZiNiX26-Aug-02 18:51 
GeneralRe: Parsing text Pin
James T. Johnson26-Aug-02 19:02
James T. Johnson26-Aug-02 19:02 
General2 Question related to Socket Pin
BLaZiNiX26-Aug-02 17:01
BLaZiNiX26-Aug-02 17:01 
GeneralRe: 2 Question related to Socket Pin
James T. Johnson26-Aug-02 18:51
James T. Johnson26-Aug-02 18:51 
GeneralRe: 2 Question related to Socket Pin
BLaZiNiX26-Aug-02 18:56
BLaZiNiX26-Aug-02 18:56 
GeneralRe: 2 Question related to Socket Pin
James T. Johnson26-Aug-02 19:29
James T. Johnson26-Aug-02 19:29 
GeneralRe: 2 Question related to Socket Pin
BLaZiNiX26-Aug-02 18:57
BLaZiNiX26-Aug-02 18:57 
GeneralRe: 2 Question related to Socket Pin
Sijin26-Aug-02 19:20
Sijin26-Aug-02 19:20 
GeneralRe: 2 Question related to Socket Pin
jparsons27-Aug-02 3:49
jparsons27-Aug-02 3:49 
GeneralRe: 2 Question related to Socket Pin
Daniel Turini27-Aug-02 6:37
Daniel Turini27-Aug-02 6:37 
Questionhow to set component's ico?? Pin
fftongzhi26-Aug-02 15:24
fftongzhi26-Aug-02 15:24 
AnswerRe: how to set component's ico?? Pin
leppie26-Aug-02 21:29
leppie26-Aug-02 21:29 
GeneralRe: how to set component's ico?? Pin
fftongzhi27-Aug-02 16:44
fftongzhi27-Aug-02 16:44 
GeneralPrevent multiple app instances... Pin
Boris Yankov26-Aug-02 14:36
Boris Yankov26-Aug-02 14:36 
GeneralRe: Prevent multiple app instances... Pin
Nish Nishant26-Aug-02 15:01
sitebuilderNish Nishant26-Aug-02 15:01 

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.