easiest way to display we webpage graphicallly in a C# thick client app?

  • Thread starter Thread starter Flip
  • Start date Start date
F

Flip

I have a quick'n'dirty little C# thick client app (used for teaching myself
:>), which I would like to display a fully rendered HTML page, can this be
done? I'm pulling back the HTML properly from the server, but next I would
like to display the image.

I'm using the Screen Scraping example
(http://www.kdkeys.net/ShowPost.aspx?PostID=3939), but I can't repro his
results with displaying the Yahoo.com webpage graphically using the label
control. Am I missing something?

Thanks.
 
To answer your question directly, perhaps the "easiest" way to diaplay a web
page in any thick client app would be via the use of a webbrowser .net
control.
 
To answer your question directly, perhaps the "easiest" way to diaplay a
web
page in any thick client app would be via the use of a webbrowser .net
Thanks. I'll go looking for that control tonight. Unfortunately I can't
test it now, I do jsp work to pay the bills. :< But I do .net stuf to have
fun! :> haha :> Someday if I'm lucky, that'll change. :>

Thanks again.
 
page in any thick client app would be via the use of a webbrowser .net
I tried this on the weekend with the webbrowser control and it worked like a
charm! Thank you.
 
Back
Top