Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to birng to top an application? Pin
Valeria Bogdevich23-Jul-03 9:44
Valeria Bogdevich23-Jul-03 9:44 
GeneralRe: How to birng to top an application? Pin
Ivan Fernandez23-Jul-03 21:41
Ivan Fernandez23-Jul-03 21:41 
GeneralRe: How to birng to top an application? Pin
Valeria Bogdevich23-Jul-03 22:05
Valeria Bogdevich23-Jul-03 22:05 
GeneralReflector Pin
monrobot1323-Jul-03 3:22
monrobot1323-Jul-03 3:22 
GeneralRe: Reflector Pin
Nathan Blomquist23-Jul-03 4:55
Nathan Blomquist23-Jul-03 4:55 
GeneralRe: Reflector Pin
Erick Sgarbi23-Jul-03 17:41
Erick Sgarbi23-Jul-03 17:41 
GeneralRe: Reflector Pin
Ista24-Jul-03 5:54
Ista24-Jul-03 5:54 
GeneralRe: Reflector Pin
Arun Bhalla24-Jul-03 12:00
Arun Bhalla24-Jul-03 12:00 
GeneralRegEx Pin
Iulian Serban23-Jul-03 2:11
Iulian Serban23-Jul-03 2:11 
GeneralRe: RegEx Pin
Rein Hillmann23-Jul-03 5:55
Rein Hillmann23-Jul-03 5:55 
GeneralRe: RegEx Pin
Iulian Serban23-Jul-03 7:08
Iulian Serban23-Jul-03 7:08 
QuestionListViewItem drag drop example? Pin
azusakt22-Jul-03 23:41
azusakt22-Jul-03 23:41 
AnswerRe: ListViewItem drag drop example? Pin
Rocky Moore23-Jul-03 1:36
Rocky Moore23-Jul-03 1:36 
GeneralRe: ListViewItem drag drop example? Pin
azusakt23-Jul-03 15:41
azusakt23-Jul-03 15:41 
Generalwrite code behind Pin
KETUINHA22-Jul-03 23:05
KETUINHA22-Jul-03 23:05 
GeneralTurn off dynamic versioning Pin
eggie522-Jul-03 22:19
eggie522-Jul-03 22:19 
GeneralRe: Turn off dynamic versioning Pin
freshthinking22-Jul-03 22:40
freshthinking22-Jul-03 22:40 
GeneralRe: Turn off dynamic versioning Pin
Arun Bhalla24-Jul-03 12:12
Arun Bhalla24-Jul-03 12:12 
GeneralRe: Turn off dynamic versioning Pin
Arun Bhalla24-Jul-03 13:08
Arun Bhalla24-Jul-03 13:08 
GeneralRe: Turn off dynamic versioning - revision v build Pin
NigelAston24-Apr-05 22:22
NigelAston24-Apr-05 22:22 
QuestionHow to add the XP theme support to VC# .Net Application? Pin
EastDragon22-Jul-03 20:30
EastDragon22-Jul-03 20:30 
AnswerRe: How to add the XP theme support to VC# .Net Application? Pin
Nick Parker22-Jul-03 20:54
protectorNick Parker22-Jul-03 20:54 
QuestionA decent alternative to MSHTML? Pin
Arun Bhalla22-Jul-03 15:58
Arun Bhalla22-Jul-03 15:58 
Here's my final question for tonight in my series of questions, and as always, they all pertain to my particular work project, which involves visualizing Web searches, so there is a fair amount of intense parsing, and a fair amount of GDI+ usage and custom controls.

In a rewrite of my work project (from originally a Java application), we've embraced MSHTML mainly for its parsing technology (using DOM), but we also use it to download some Web pages because it can do so in a somewhat intelligent and controlled way. Also, perhaps stupidly, we think that if it works for IE, it must be good enough for us.

Possibly there's high overhead in using MSHTML for our purposes, and perhaps there are some other HTML parsing libraries which might better suit our needs. For instance, we use MSHTML to retrieve (and inherently build a DOM) Web pages so we might analyze them... but maybe we only need the first 10K of a Web document, not the entire document. As far as I can tell, MSHTML doesn't support a partial download. Maybe we could do a partial download ourselves and feed that to MSHTML, but then there are other problems, such as the URLs that it returns are incorrect. Another problem is that we might want to access the document source via a stream rather than a single string, especially if we get into Large Object problems.

Are there any suggestions for this? We used to use Java string manipulation to do the screen scraping, but it seemed fairly inefficient and not very well maintainable. But then again, it's possibly inefficient to build an entire DOM for a page and then discard it after extracting a few bits of information. Still, I don't know that it's very good for us to write our own HTML parser. It's probably not the best timesink for us.

Thanks,
Arun
GeneralWorkarounds for dealing with Large Objects Pin
Arun Bhalla22-Jul-03 15:47
Arun Bhalla22-Jul-03 15:47 
GeneralRe: Workarounds for dealing with Large Objects Pin
apferreira23-Jul-03 7:25
apferreira23-Jul-03 7:25 

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.