Wikipedia embedded in WinForms App Tutorial
- by RHaguiuda
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).