Wikipedia embedded in WinForms App Tutorial

Posted by RHaguiuda on Stack Overflow See other posts from Stack Overflow or by RHaguiuda
Published on 2010-05-26T13:46:19Z Indexed on 2010/05/26 13:51 UTC
Read the original article Hit count: 411

Filed under:
|
|
|

Can anyone post a tutorial here on how to show a Wikipedia article in a .NET WinForms application (C# or VB)? If the article can be placed in a string it suffices, there`s no need to put it on any control.

I found some information on Wikipedia's API. After reading it, I added the reference to web service but can`t find a way to make this work.

And if it's possible, explain how images are downloaded from wiki (link or image itself).

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms