is it possible to make a rss reader in vb?
im thinking about making one in vb6
| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Making A Rss Reader
Started by Raptrex, Feb 05 2005 10:20 PM
8 replies to this topic
#3
Posted 27 February 2005 - 11:51 PM
I believce RSS is written in XML if im not correct ......... In that case you may want to search around for VB tutorials using XML...... You may want to douible check my knowledge though I have never messed with RSS feeds so im not 100% sure they are written in XML.
#4
Posted 02 November 2005 - 08:19 AM
hi, Raptrex
yes, it's possible.
you can use vb as tool to develop a RSS feed reader. Beside it, you will also need msxml 3.0 or later(of course msxml 2.0 or later would be ok). but parse a xml file would require a lot of works.
please check out this site for RSS 2.0 and other format that like it.
P.S. most feeding format should be based on xml.
yes, it's possible.
you can use vb as tool to develop a RSS feed reader. Beside it, you will also need msxml 3.0 or later(of course msxml 2.0 or later would be ok). but parse a xml file would require a lot of works.
please check out this site for RSS 2.0 and other format that like it.
P.S. most feeding format should be based on xml.
#6
Posted 24 December 2005 - 10:11 AM
Actually, the beginner's tutorial on microsofts site ends with making a RSS Reader. http://msdn.microsof...ss/vb/learning/
#7
Posted 02 January 2006 - 02:29 AM
Now I don't know if you are using VB 6 or VB.NET. If it's VB 6, then I can't help you at all. If you are using VB.Net, grab yourself a copy of Visual Basic 2005 Express Edition, and dive into that tutorial. Howver, I recomend watching the whole series of videos on that page if you are a beginner. Be prepared to download Visual Basic Express Edition (about 500 MB if you get the MSDN Library, a comprehensive guide to the Express editions; without the library it will be significantly less), or have your copy of Visual Studio 2005 installed.
#9
Posted 26 February 2008 - 09:15 AM
Replying to steverm3
I'm a bit lost on how to handle/accept rss feeds that do not point directly to the xml file, ie the link goes to a php or aspx page with a parameter. The tute mentioned above+ doesn't seem to allow for this.
Should the output be saved locally first as a file, then parse through that file, or is there a more efficient way of doing it?
Thanks
-reply by vicoo
I'm a bit lost on how to handle/accept rss feeds that do not point directly to the xml file, ie the link goes to a php or aspx page with a parameter. The tute mentioned above+ doesn't seem to allow for this.
Should the output be saved locally first as a file, then parse through that file, or is there a more efficient way of doing it?
Thanks
-reply by vicoo
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users















