Browsing index pages (2 articles)
↧
How to open an article of the RSS feed in a new form?
Do you know what to add to the code to open desired article from the RSS feed. In a new form. In a new form I should get Title and Content of the article, Image is optional Here is my code where the...
View ArticleAnswer by Ku6opr for How to open an article of the RSS feed in a new form?
First of all you should save your Item into some place, where you have access it from another Page. For example: SyndicationItem sItem = (SyndicationItem)listBox.SelectedItem;...
View Article
Browsing index pages (2 articles)