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

C#

 
AnswerRe: Highscore Table Pin
Werdna29-Dec-05 7:15
Werdna29-Dec-05 7:15 
Questionweb forms Pin
ckruger29-Dec-05 2:55
ckruger29-Dec-05 2:55 
AnswerRe: web forms Pin
Michael Flanakin29-Dec-05 4:39
Michael Flanakin29-Dec-05 4:39 
QuestionUsing mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC29-Dec-05 2:43
DimaC29-Dec-05 2:43 
AnswerRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
Judah Gabriel Himango29-Dec-05 4:18
sponsorJudah Gabriel Himango29-Dec-05 4:18 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC29-Dec-05 11:50
DimaC29-Dec-05 11:50 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
Judah Gabriel Himango29-Dec-05 14:03
sponsorJudah Gabriel Himango29-Dec-05 14:03 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC29-Dec-05 22:11
DimaC29-Dec-05 22:11 
1. The program doesn't modify the DOM for sure.
2. Probably there's a bug in the interop.
3. I am caching the reference to DOM objects (i.e. access the objects always through a local object).

I have made a simple COM in VB6 that takes as input a HTMLDocument object and runs the same algorithm as the one written in C#. If it's run by a VB6 program - it runs very fast.
If it's run by C# - then it runs slowly, similar to C# code. But ! if the VB6 com receives the URL of the page, loads it itself and then calls the function that parses it - then it works very fast again.

I think this is due to some kind of .NET object wrapper.
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC29-Dec-05 22:52
DimaC29-Dec-05 22:52 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
Judah Gabriel Himango30-Dec-05 4:33
sponsorJudah Gabriel Himango30-Dec-05 4:33 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC30-Dec-05 6:15
DimaC30-Dec-05 6:15 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
Judah Gabriel Himango30-Dec-05 6:36
sponsorJudah Gabriel Himango30-Dec-05 6:36 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC30-Dec-05 7:16
DimaC30-Dec-05 7:16 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC29-Dec-05 11:55
DimaC29-Dec-05 11:55 
QuestionMS Outllok Database Connection Pin
ArjoGupta29-Dec-05 2:08
ArjoGupta29-Dec-05 2:08 
AnswerRe: MS Outllok Database Connection Pin
Judah Gabriel Himango29-Dec-05 4:45
sponsorJudah Gabriel Himango29-Dec-05 4:45 
Questionhelp in creating a xml Pin
dhol29-Dec-05 1:53
dhol29-Dec-05 1:53 
AnswerRe: help in creating a xml Pin
Judah Gabriel Himango29-Dec-05 4:42
sponsorJudah Gabriel Himango29-Dec-05 4:42 
GeneralRe: help in creating a xml Pin
dhol3-Jan-06 0:46
dhol3-Jan-06 0:46 
QuestionAborting a thead in ThreadPool Pin
munshisoft29-Dec-05 0:49
munshisoft29-Dec-05 0:49 
AnswerRe: Aborting a thead in ThreadPool Pin
S. Senthil Kumar29-Dec-05 2:42
S. Senthil Kumar29-Dec-05 2:42 
QuestionTo implement password rememberance in Windows application? Pin
MudkiSekhon28-Dec-05 23:40
MudkiSekhon28-Dec-05 23:40 
AnswerRe: To implement password rememberance in Windows application? Pin
Judah Gabriel Himango29-Dec-05 4:25
sponsorJudah Gabriel Himango29-Dec-05 4:25 
GeneralRe: To implement password rememberance in Windows application? Pin
MudkiSekhon29-Dec-05 20:57
MudkiSekhon29-Dec-05 20:57 
GeneralRe: To implement password rememberance in Windows application? Pin
Judah Gabriel Himango30-Dec-05 4:36
sponsorJudah Gabriel Himango30-Dec-05 4:36 

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.