Click here to Skip to main content
15,921,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: Looking for a TCP/IP commercial library Pin
dbambirck25-Mar-09 4:27
dbambirck25-Mar-09 4:27 
GeneralRe: Looking for a TCP/IP commercial library Pin
harold aptroot25-Mar-09 5:15
harold aptroot25-Mar-09 5:15 
GeneralRe: Looking for a TCP/IP commercial library Pin
dbambirck25-Mar-09 6:11
dbambirck25-Mar-09 6:11 
GeneralRe: Looking for a TCP/IP commercial library Pin
harold aptroot25-Mar-09 6:32
harold aptroot25-Mar-09 6:32 
QuestionRe: Looking for a TCP/IP commercial library Pin
CPallini24-Mar-09 7:58
mveCPallini24-Mar-09 7:58 
QuestionDynamic HTML to PDF Pin
ika224-Mar-09 6:19
ika224-Mar-09 6:19 
QuestionQuestion about HTML tag C# Pin
YiXiang_8924-Mar-09 5:26
YiXiang_8924-Mar-09 5:26 
AnswerRe: Question about HTML tag C# Pin
Deresen24-Mar-09 6:00
Deresen24-Mar-09 6:00 
First step: try to teach yourself English.
Second step: go to the store and buy a book about basic programming
Third step: read the book, don't scan the text, but really read it
Then you're ready to program.
If you have an error, then go to google and try to search your error.
If you tried for 15 minutes, then, but ONLY THEN come here and ask your questions.


To anwser your question: try to use the String class for this.
If you have your text stored in a String, for instance like this: String s = "<html><body>Hello World</body></html>" and you would like to read the tags, use a parser or make your own parser.

To replace "How are you?" to "GFHSDFGR", you should try: "Hello How are you?".replace("How are you?", "GFHSDFGR");, this will give as output: Hello GRHSDFGR.

Good luck.
AnswerRe: Question about HTML tag C# Pin
benjymous24-Mar-09 6:03
benjymous24-Mar-09 6:03 
AnswerRe: Question about HTML tag C# Pin
Mbah Dhaim24-Mar-09 6:27
Mbah Dhaim24-Mar-09 6:27 
Questionc# event - when new file is saved to system Pin
andypeeling24-Mar-09 4:20
andypeeling24-Mar-09 4:20 
AnswerRe: c# event - when new file is saved to system Pin
andypeeling24-Mar-09 4:20
andypeeling24-Mar-09 4:20 
AnswerRe: c# event - when new file is saved to system Pin
Ravi Bhavnani24-Mar-09 4:23
professionalRavi Bhavnani24-Mar-09 4:23 
GeneralRe: c# event - when new file is saved to system Pin
Dave Kreskowiak24-Mar-09 7:03
mveDave Kreskowiak24-Mar-09 7:03 
GeneralRe: c# event - when new file is saved to system Pin
Dan Neely24-Mar-09 7:14
Dan Neely24-Mar-09 7:14 
QuestionHow to find number of bands of an image.. Pin
suthakarkrishnan24-Mar-09 4:04
suthakarkrishnan24-Mar-09 4:04 
AnswerRe: How to find number of bands of an image.. Pin
SeMartens24-Mar-09 4:07
SeMartens24-Mar-09 4:07 
GeneralRe: How to find number of bands of an image.. Pin
suthakarkrishnan24-Mar-09 4:34
suthakarkrishnan24-Mar-09 4:34 
GeneralRe: How to find number of bands of an image.. Pin
Eddy Vluggen24-Mar-09 4:58
professionalEddy Vluggen24-Mar-09 4:58 
GeneralRe: How to find number of bands of an image.. Pin
suthakarkrishnan24-Mar-09 20:01
suthakarkrishnan24-Mar-09 20:01 
AnswerRe: How to find number of bands of an image.. Pin
Eddy Vluggen24-Mar-09 20:54
professionalEddy Vluggen24-Mar-09 20:54 
GeneralRe: How to find number of bands of an image.. Pin
suthakarkrishnan24-Mar-09 4:36
suthakarkrishnan24-Mar-09 4:36 
QuestionDraw rectangle and Ellipes Pin
yesu prakash24-Mar-09 3:58
yesu prakash24-Mar-09 3:58 
AnswerRe: Draw rectangle and Ellipes Pin
Xmen Real 24-Mar-09 4:04
professional Xmen Real 24-Mar-09 4:04 
AnswerRe: Draw rectangle and Ellipes Pin
dan!sh 24-Mar-09 4:23
professional dan!sh 24-Mar-09 4:23 

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.