Quantcast
Channel: how to show rss feed in c# window application - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Edwin Tai for how to show rss feed in c# window application

here is my code for my blog you can visit here public XmlDocument GetRss(int count) { XmlDocument xml=new XmlDocument(); XmlElement root,chn,elm; xml.AppendChild(xml.CreateXmlDeclaration("1.0",...

View Article



Answer by Lloyd Powell for how to show rss feed in c# window application

Create a timer that will check the RSS at regular intervals, if the latest items "pubDate" isn't the same as the last item you received, then all of the items that are of a later date/time of the most...

View Article

how to show rss feed in c# window application

i want to know can we make application in c# donet in which we can show rss feed directly in a form or can we make widgets . And for every update there should be notification to user.although iam...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images