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

C#

 
GeneralRe: Socket port listen Pin
anishkannan22-Jul-10 17:54
anishkannan22-Jul-10 17:54 
QuestionVery Simple HTML Parser C# Pin
justme8921-Jul-10 12:22
justme8921-Jul-10 12:22 
AnswerRe: Very Simple HTML Parser C# Pin
Luc Pattyn21-Jul-10 12:29
sitebuilderLuc Pattyn21-Jul-10 12:29 
GeneralRe: Very Simple HTML Parser C# Pin
PIEBALDconsult21-Jul-10 14:29
mvePIEBALDconsult21-Jul-10 14:29 
AnswerRe: Very Simple HTML Parser C# Pin
PIEBALDconsult21-Jul-10 14:23
mvePIEBALDconsult21-Jul-10 14:23 
GeneralRe: Very Simple HTML Parser C# Pin
justme8921-Jul-10 14:27
justme8921-Jul-10 14:27 
GeneralRe: Very Simple HTML Parser C# Pin
Ravi Bhavnani21-Jul-10 18:34
professionalRavi Bhavnani21-Jul-10 18:34 
GeneralRe: Very Simple HTML Parser C# Pin
jschell22-Jul-10 8:27
jschell22-Jul-10 8:27 
justme89 wrote:
The professor said that I need to write my own code that will parse bold and italic tags and print them accordingly.


It depends on what you are supposed to be learning.

If you are learning regex then using that would be the way to go.
If you are learning parsing then you need to build a parser.
If you are learning GUIs then it probably doesn't matter how you parse it.

If you were writing a real application then the real choice is to find a html parser and use it. Or build one if there is some reason you can't find one.
AnswerRe: Very Simple HTML Parser C# Pin
V.21-Jul-10 20:59
professionalV.21-Jul-10 20:59 
GeneralRe: Very Simple HTML Parser C# Pin
Luc Pattyn21-Jul-10 21:05
sitebuilderLuc Pattyn21-Jul-10 21:05 
GeneralRe: Very Simple HTML Parser C# Pin
V.21-Jul-10 22:53
professionalV.21-Jul-10 22:53 
QuestionSeriously silly sockets - please assist Pin
GrenMeera21-Jul-10 9:56
GrenMeera21-Jul-10 9:56 
AnswerRe: Seriously silly sockets - please assist Pin
Jimmanuel21-Jul-10 10:34
Jimmanuel21-Jul-10 10:34 
GeneralRe: Seriously silly sockets - please assist Pin
GrenMeera22-Jul-10 5:11
GrenMeera22-Jul-10 5:11 
GeneralRe: Seriously silly sockets - please assist Pin
Jimmanuel22-Jul-10 7:26
Jimmanuel22-Jul-10 7:26 
AnswerRe: Seriously silly sockets - please assist Pin
LimitedAtonement21-Jul-10 10:42
LimitedAtonement21-Jul-10 10:42 
GeneralRe: Seriously silly sockets - please assist Pin
GrenMeera22-Jul-10 5:18
GrenMeera22-Jul-10 5:18 
GeneralRe: Seriously silly sockets - please assist Pin
jschell22-Jul-10 8:38
jschell22-Jul-10 8:38 
QuestionRe: Seriously silly sockets - please assist Pin
Jimmanuel22-Jul-10 9:20
Jimmanuel22-Jul-10 9:20 
QuestionOnly in Release config, SetWindowsHookEx throws error 80004005 Pin
LimitedAtonement21-Jul-10 9:36
LimitedAtonement21-Jul-10 9:36 
AnswerRe: Only in Release config, SetWindowsHookEx throws error 80004005 Pin
Dave Kreskowiak21-Jul-10 10:22
mveDave Kreskowiak21-Jul-10 10:22 
Question? : Operator Pin
I Believe In GOD21-Jul-10 7:00
I Believe In GOD21-Jul-10 7:00 
AnswerRe: ? : Operator PinPopular
harold aptroot21-Jul-10 7:02
harold aptroot21-Jul-10 7:02 
GeneralRe: ? : Operator Pin
I Believe In GOD21-Jul-10 7:06
I Believe In GOD21-Jul-10 7:06 
GeneralRe: ? : Operator Pin
harold aptroot21-Jul-10 7:13
harold aptroot21-Jul-10 7:13 

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.