Click here to Skip to main content
15,893,663 members
Home / Discussions / C#
   

C#

 
AnswerRe: DateTime Pin
Talal Sultan20-May-06 2:34
Talal Sultan20-May-06 2:34 
GeneralRe: DateTime Pin
Mohmmad Rezazadeh20-May-06 6:05
professionalMohmmad Rezazadeh20-May-06 6:05 
AnswerRe: DateTime Pin
Stefan Troschuetz20-May-06 2:55
Stefan Troschuetz20-May-06 2:55 
QuestionAdd a shortcut of an exe on IE explorer standard button Pin
AmitSumit20-May-06 1:10
AmitSumit20-May-06 1:10 
QuestionTool strip progress bar implementaion in a browser Pin
praveenqwe20-May-06 0:47
praveenqwe20-May-06 0:47 
GeneralRe: Tool strip progress bar implementaion in a browser Pin
User 171649220-May-06 3:55
professionalUser 171649220-May-06 3:55 
Questionconverting html file into text file Pin
Rizwan Rathore19-May-06 23:49
Rizwan Rathore19-May-06 23:49 
AnswerRe: converting html file into text file Pin
coolestCoder20-May-06 0:41
coolestCoder20-May-06 0:41 
hi,
You can follow a simple logic in this case. When you encounter a "<" symbol note the index of this first ocurrence. Then until you get the proper ">" symbol, parse the string, when you get the symbol, just remove string from the index you noted first and the new index for ">". This logic may be inefficient but its the simplest one. To tweak your performance use StringBuilder instead of string. And one reason for this logic to work is that HTML also parses the text in this manner to render the output, so if the html file is displayed fine in a browser then the above logic will work in any case.

Tell me if it works. I would like to know that.

Anant Y. Kulkarni
GeneralRe: converting html file into text file Pin
Rizwan Rathore20-May-06 0:50
Rizwan Rathore20-May-06 0:50 
GeneralRe: converting html file into text file Pin
coolestCoder20-May-06 0:59
coolestCoder20-May-06 0:59 
AnswerRe: converting html file into text file Pin
Ravi Bhavnani20-May-06 5:25
professionalRavi Bhavnani20-May-06 5:25 
QuestionHow to Set Master-Detail in C#2005 ? Pin
hdv21219-May-06 23:44
hdv21219-May-06 23:44 
Questionmessagebox with yes or no using c# in asp.net Pin
ayyp19-May-06 23:39
ayyp19-May-06 23:39 
AnswerRe: messagebox with yes or no using c# in asp.net Pin
CWIZO20-May-06 0:53
CWIZO20-May-06 0:53 
GeneralRe: messagebox with yes or no using c# in asp.net Pin
ayyp20-May-06 0:57
ayyp20-May-06 0:57 
GeneralRe: messagebox with yes or no using c# in asp.net Pin
Talal Sultan20-May-06 1:47
Talal Sultan20-May-06 1:47 
GeneralRe: messagebox with yes or no using c# in asp.net Pin
Talal Sultan20-May-06 1:59
Talal Sultan20-May-06 1:59 
GeneralRe: messagebox with yes or no using c# in asp.net Pin
Talal Sultan20-May-06 2:29
Talal Sultan20-May-06 2:29 
GeneralRe: messagebox with yes or no using c# in asp.net Pin
Talal Sultan20-May-06 2:49
Talal Sultan20-May-06 2:49 
GeneralRe: messagebox with yes or no using c# in asp.net Pin
ayyp20-May-06 2:52
ayyp20-May-06 2:52 
AnswerRe: messagebox with yes or no using c# in asp.net Pin
Syed Moshiur Murshed20-May-06 7:39
professionalSyed Moshiur Murshed20-May-06 7:39 
GeneralRe: messagebox with yes or no using c# in asp.net Pin
ayyp21-May-06 20:52
ayyp21-May-06 20:52 
GeneralRe: messagebox with yes or no using c# in asp.net Pin
ayyp21-May-06 20:59
ayyp21-May-06 20:59 
QuestionIsDigit( ) and IsSymbol( ) function in C# [modifed] Pin
Rizwan Rathore19-May-06 22:36
Rizwan Rathore19-May-06 22:36 
AnswerRe: IsDigit( ) and IsSymbol( ) function in C# [modifed] Pin
Christian Graus19-May-06 22:41
protectorChristian Graus19-May-06 22:41 

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.