Click here to Skip to main content
15,897,226 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Converting full path to URI Pin
egottwald22-Oct-08 6:48
egottwald22-Oct-08 6:48 
GeneralRe: Converting full path to URI Pin
Dave Kreskowiak22-Oct-08 11:05
mveDave Kreskowiak22-Oct-08 11:05 
QuestionQuestion on how interop files are generated. Pin
Jon_Boy21-Oct-08 3:58
Jon_Boy21-Oct-08 3:58 
AnswerRe: Question on how interop files are generated. Pin
Dave Kreskowiak21-Oct-08 4:14
mveDave Kreskowiak21-Oct-08 4:14 
GeneralRe: Question on how interop files are generated. [modified] Pin
Jon_Boy21-Oct-08 4:24
Jon_Boy21-Oct-08 4:24 
GeneralRe: Question on how interop files are generated. Pin
Dave Kreskowiak21-Oct-08 5:41
mveDave Kreskowiak21-Oct-08 5:41 
GeneralRe: Question on how interop files are generated. Pin
Jon_Boy21-Oct-08 6:17
Jon_Boy21-Oct-08 6:17 
Questionreally suck reading xmls Pin
ls780h21-Oct-08 3:10
ls780h21-Oct-08 3:10 
hi there , im quite new to vb , im using 2008 express .

i want to simply read this xml document and put just all the "artist" into a listbox. therefore just want to loop thought the xml and list the <artist>


i have worked out how to get just the first artist by this code but i want to have a list of them all .


<pre>Dim xmlfile = XDocument.Load("C:\ls\data\viddec.xml")

Dim imbd_code = xmlfile...<item>


msgbox(imbd_code.<artist>.Value)</pre>




heres an example xml...





<?xml version="1.0" encoding="utf-8"?>
<items Page="1" PageSize="100" PageCount="1" TotalRecordCount="9">
<item>
<artist> test1 </artist>
<album> album1 test </album>
</item>

<item>
<artist> test2 </artist>
<album> album2 test </album>
</item>


any help would be great ,i have looked on the net and followed some guides but i have yet found what i want.

cheers
luke
AnswerRe: really suck reading xmls Pin
Tom Deketelaere21-Oct-08 3:22
professionalTom Deketelaere21-Oct-08 3:22 
AnswerRe: really suck reading xmls Pin
Paddy Boyd21-Oct-08 3:24
Paddy Boyd21-Oct-08 3:24 
AnswerRe: really suck reading xmls Pin
Johan Hakkesteegt21-Oct-08 3:37
Johan Hakkesteegt21-Oct-08 3:37 
AnswerRe: really suck reading xmls Pin
Gideon Engelberth21-Oct-08 11:09
Gideon Engelberth21-Oct-08 11:09 
AnswerRe: really suck reading xmls Pin
ls780h25-Oct-08 1:00
ls780h25-Oct-08 1:00 
QuestionCrashes on application exit while hosting an VB ActiveX Control providing UI in a MFC application Pin
Martin081521-Oct-08 2:06
professionalMartin081521-Oct-08 2:06 
AnswerRe: Crashes on application exit while hosting an VB ActiveX Control providing UI in a MFC application Pin
Dave Kreskowiak21-Oct-08 4:03
mveDave Kreskowiak21-Oct-08 4:03 
AnswerRe: Crashes on application exit while hosting an VB ActiveX Control providing UI in a MFC application Pin
Martin081522-Oct-08 4:47
professionalMartin081522-Oct-08 4:47 
GeneralSolved - Re: Crashes on application exit while hosting an VB ActiveX Control providing UI in a MFC application Pin
Martin081528-Oct-08 23:07
professionalMartin081528-Oct-08 23:07 
Questioncreate a folder on another computer on the network Pin
Dbase21-Oct-08 1:47
Dbase21-Oct-08 1:47 
GeneralRe: create a folder on another computer on the network - 3RD POST, MULTIPLE FORUMS Pin
Ashfield21-Oct-08 1:59
Ashfield21-Oct-08 1:59 
AnswerRe: create a folder on another computer on the network Pin
Jon_Boy21-Oct-08 3:29
Jon_Boy21-Oct-08 3:29 
Questionerror while trying to create an object for excel sheet Pin
preetpal21-Oct-08 1:31
preetpal21-Oct-08 1:31 
AnswerRe: error while trying to create an object for excel sheet Pin
Tom Deketelaere21-Oct-08 2:05
professionalTom Deketelaere21-Oct-08 2:05 
AnswerRe: error while trying to create an object for excel sheet Pin
Paddy Boyd21-Oct-08 3:25
Paddy Boyd21-Oct-08 3:25 
AnswerRe: error while trying to create an object for excel sheet Pin
Dave Kreskowiak21-Oct-08 4:00
mveDave Kreskowiak21-Oct-08 4:00 
Questionplz help.i want export datagridview data in excel sheet in vb.net winforms Pin
dilipmca0421-Oct-08 1:26
dilipmca0421-Oct-08 1:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.