Write about your journey to work, or read others at:
Journey to Work logo

VBSide sourcecode archive

Search :  

Home Top 5   Contact Us
Categories
» Windows Operations
» Forms
» Graphics
» String Manipulation
» Database
» API Calls
» Games
» Registry
 
Top 5
»  Most Viewed
»  Most Downloaded
»  Recent Submissions
 
Counter
pages viewed today
 
XMLTV reader
Submitted on: 12, November 2004
Author: Richard Leitao
Level Intermediate
Language: VB.Net
Accessed: 1661 times

This is a simple code example to read XML TV data into a VB.Net collection. To find out what XMLTV is look here: http://membled.com/work/apps/xmltv/
This code demonstrates how to use collections to hold classes. Also demonstrated is how to use the fiddly DOM to handle XML, extract data and loop through the nodes.

 
Terms of Agreement:
By using this code, you agree to the following terms...
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame.
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.