We need to build a small Windows Forms app which displays latest RSS feeds from a website. It must be to similar to visual studio’s start page. But, it also must display images. This can be easily achievable in ASP.NET with Repeater controls. I tried out DataRepeater & ListView in windows forms. Could not achieve it.
Any pointers will be highly appreciated. 🙂
You can use WebBrowser control, in which put generated HTML page or use WPF instead of WinForms.