New to programming

  • 15 years ago

    Hi all,
    First off, I am brand new to programming. I downloaded visual basic 3 days ago, and am trying very hard to get a grasp on it. Anyway, here is what I need a little help with...


    I open a new project, and add just a combobox.


    at web location http://www.xyz.com I have an xml file called rss.xml
    In this file is the following information:


    <?xml version="1.0" encoding="utf-8"?>
     <channel>
       <title>Title 1</title>
       <link>http://www.xyz.com/</link>
       <description>Description here.</description>
       <language>en-us</language>
       
       <item>
         <title>Item Title</title>
         <description>Item description here.</description>
         <link>http://www.xyz.com/page2</link>


    </item>
     </channel>
    </rss>


    Now, all I want is for the combobox to list the TITLE from the item menu.
    This is probably pretty basic stuff for some of you, but I just havn't been able to work it out. I really would appreciate some help.
    Thanks

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The trouble with programmers is that you can never tell what a programmer is doing until it's too late.” - Seymour Cray