Click here to Skip to main content
15,887,350 members
Home / Discussions / C#
   

C#

 
AnswerRe: Save Excel File Pin
Eddy Vluggen15-Aug-12 1:23
professionalEddy Vluggen15-Aug-12 1:23 
QuestionAbout SerialPort Pin
SODMi14-Aug-12 15:18
SODMi14-Aug-12 15:18 
AnswerRe: About SerialPort Pin
Roger Wright14-Aug-12 20:08
professionalRoger Wright14-Aug-12 20:08 
QuestionWeb Scraping XML file Pin
mjackson1114-Aug-12 8:23
mjackson1114-Aug-12 8:23 
AnswerRe: Web Scraping XML file PinPopular
PIEBALDconsult14-Aug-12 9:53
mvePIEBALDconsult14-Aug-12 9:53 
GeneralRe: Web Scraping XML file Pin
Dave Kreskowiak14-Aug-12 18:10
mveDave Kreskowiak14-Aug-12 18:10 
GeneralRe: Web Scraping XML file Pin
PIEBALDconsult15-Aug-12 3:26
mvePIEBALDconsult15-Aug-12 3:26 
AnswerRe: Web Scraping XML file Pin
Keith Barrow15-Aug-12 2:28
professionalKeith Barrow15-Aug-12 2:28 
It isn't an html page (if that's what you mean by a web page), it's XML. The XML contains a link to a stylesheet:
XML
<?xml-stylesheet type="text/xsl" href="http://reports.ieso.ca/docrefs/stylesheet/GenOutputCapability_HTML_t1-1.xsl" ?> 


This is used by your browser to transform the XML into HTML, which it displays (assuming your browser supports this).

If you are using the WebBrowser (as Piebald Consultant suggests) control, you might need to transform yourself. This article has a basic outline of how: http://ivanov.wordpress.com/2006/11/17/xml-to-html/[^]

Obviously, you'll need to get the transform file first, which means parsing the XML to get its location and downloading it after the XML has been received.

AnswerRe: Web Scraping XML file Pin
BobJanova15-Aug-12 3:39
BobJanova15-Aug-12 3:39 
AnswerRe: Web Scraping XML file Pin
mjackson1119-Aug-12 7:13
mjackson1119-Aug-12 7:13 
QuestionAccessing Certificates in a windows service Pin
Wolfram Steinke14-Aug-12 2:03
Wolfram Steinke14-Aug-12 2:03 
AnswerRe: Accessing Certificates in a windows service Pin
Eddy Vluggen14-Aug-12 2:24
professionalEddy Vluggen14-Aug-12 2:24 
AnswerRe: Accessing Certificates in a windows service Pin
Bernhard Hiller14-Aug-12 3:04
Bernhard Hiller14-Aug-12 3:04 
Questionhow to prevent a single MDI child form stealing focus from every other mdi child form Pin
jojoba201114-Aug-12 0:56
jojoba201114-Aug-12 0:56 
QuestionRe: how to prevent a single MDI child form stealing focus from every other mdi child form Pin
Eddy Vluggen14-Aug-12 1:20
professionalEddy Vluggen14-Aug-12 1:20 
QuestionRe: how to prevent a single MDI child form stealing focus from every other mdi child form Pin
Shameel14-Aug-12 1:42
professionalShameel14-Aug-12 1:42 
AnswerRe: how to prevent a single MDI child form stealing focus from every other mdi child form Pin
BillWoodruff14-Aug-12 8:13
professionalBillWoodruff14-Aug-12 8:13 
QuestionHow to optimize the stream display ? Pin
yu-jian13-Aug-12 16:29
yu-jian13-Aug-12 16:29 
AnswerRe: How to optimize the stream display ? Pin
Dave Kreskowiak13-Aug-12 17:10
mveDave Kreskowiak13-Aug-12 17:10 
AnswerRe: How to optimize the stream display ? Pin
Pete O'Hanlon13-Aug-12 23:53
mvePete O'Hanlon13-Aug-12 23:53 
GeneralRe: How to optimize the stream display ? Pin
yu-jian14-Aug-12 15:28
yu-jian14-Aug-12 15:28 
GeneralRe: How to optimize the stream display ? Pin
Pete O'Hanlon14-Aug-12 22:46
mvePete O'Hanlon14-Aug-12 22:46 
GeneralRe: How to optimize the stream display ? Pin
yu-jian15-Aug-12 16:16
yu-jian15-Aug-12 16:16 
QuestionConverting database tables using threading Pin
Sridk13-Aug-12 9:39
Sridk13-Aug-12 9:39 
AnswerRe: Converting database tables using threading Pin
Pete O'Hanlon13-Aug-12 10:18
mvePete O'Hanlon13-Aug-12 10:18 

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.