Click here to Skip to main content
15,895,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: query check field which has a _ Pin
pmarfleet7-Dec-07 3:44
pmarfleet7-Dec-07 3:44 
GeneralWindows Service Application Pin
Chandan_Kr7-Dec-07 2:31
Chandan_Kr7-Dec-07 2:31 
GeneralRe: Windows Service Application Pin
Pete O'Hanlon7-Dec-07 2:38
mvePete O'Hanlon7-Dec-07 2:38 
GeneralRe: Windows Service Application Pin
Matthew Butler7-Dec-07 2:42
Matthew Butler7-Dec-07 2:42 
GeneralRegex problem Pin
Member 30793837-Dec-07 2:17
Member 30793837-Dec-07 2:17 
GeneralRe: Regex problem Pin
Matthew Butler7-Dec-07 2:29
Matthew Butler7-Dec-07 2:29 
GeneralRe: Regex problem Pin
Skippums7-Dec-07 4:06
Skippums7-Dec-07 4:06 
GeneralRegex problem [modified] Pin
t4ure4n7-Dec-07 1:42
t4ure4n7-Dec-07 1:42 
I have a method which uses regex.... shown below

<b>string pattern = "(?<before>.*)(?<junk><table class="MyTable" cellspacing="2" cellpadding="1" width="144" border="0">.*</table><!--MyTable- -->)(?<after>.*)";
string matchEvaluator = "${before} ${after}";
try
{
local_string = Regex.Replace(local_source, pattern, matchEvaluator);
}
catch (Exception er)
{
string g = er.Message;
}

string wr = HTMLWriter.htmlWriter.WriteHTMLFile(@"C:\trimExtras.html",
local_string);</after></junk></before></b>

I want to remove certain part of html page with this regex
the problem is it does not work... it takes a long time i.e hangs the app and when i write it to html file its still the same i.e does not replace any thing

<div class="ForumMod">modified on Friday, December 07, 2007 7:52:14 AM</div>

GeneralRe: Regex problem Pin
J4amieC7-Dec-07 1:46
J4amieC7-Dec-07 1:46 
Generalquery displaying data Pin
eyeseetee7-Dec-07 1:32
eyeseetee7-Dec-07 1:32 
GeneralRe: query displaying data Pin
Abhijit Jana7-Dec-07 1:47
professionalAbhijit Jana7-Dec-07 1:47 
GeneralRe: query displaying data Pin
J4amieC7-Dec-07 1:48
J4amieC7-Dec-07 1:48 
GeneralRe: query displaying data Pin
Pete O'Hanlon7-Dec-07 2:17
mvePete O'Hanlon7-Dec-07 2:17 
QuestionHow to show text in textbox which is used in a method and it is called through thread timer. The real problem is shown on below code. Where text box value is not shown on text box of form while its value is shown on mesage box. Pin
S a n d y7-Dec-07 1:10
S a n d y7-Dec-07 1:10 
AnswerRe: How to show text in textbox which is used in a method and so on... Pin
m@u7-Dec-07 1:43
m@u7-Dec-07 1:43 
Generalincrement problem Pin
eyeseetee7-Dec-07 0:58
eyeseetee7-Dec-07 0:58 
GeneralRe: increment problem Pin
Abhijit Jana7-Dec-07 1:05
professionalAbhijit Jana7-Dec-07 1:05 
GeneralRe: increment problem Pin
Anthony Mushrow7-Dec-07 1:13
professionalAnthony Mushrow7-Dec-07 1:13 
GeneralRe: increment problem Pin
eyeseetee7-Dec-07 1:41
eyeseetee7-Dec-07 1:41 
GeneralRe: increment problem Pin
Anthony Mushrow7-Dec-07 2:57
professionalAnthony Mushrow7-Dec-07 2:57 
QuestionHow to handle the Datagridview Default error dialog Pin
Haj7-Dec-07 0:37
Haj7-Dec-07 0:37 
GeneralRe: How to handle the Datagridview Default error dialog Pin
sdk_codemaker_20057-Dec-07 0:52
sdk_codemaker_20057-Dec-07 0:52 
GeneralRe: How to handle the Datagridview Default error dialog [modified] Pin
Haj7-Dec-07 1:33
Haj7-Dec-07 1:33 
GeneralRe: How to handle the Datagridview Default error dialog Pin
sdk_codemaker_20057-Dec-07 4:23
sdk_codemaker_20057-Dec-07 4:23 
QuestionRead Class Name from Assembly Pin
Abhijit Jana7-Dec-07 0:24
professionalAbhijit Jana7-Dec-07 0:24 

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.