Click here to Skip to main content
15,894,106 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Deleting Coresponding Row(s) Pin
Henry Minute9-May-09 10:05
Henry Minute9-May-09 10:05 
GeneralRe: Deleting Coresponding Row(s) Pin
JustinRiggs9-May-09 10:26
JustinRiggs9-May-09 10:26 
GeneralRe: Deleting Coresponding Row(s) Pin
Noctris10-May-09 12:23
Noctris10-May-09 12:23 
AnswerRe: Deleting Coresponding Row(s) Pin
JustinRiggs9-May-09 12:49
JustinRiggs9-May-09 12:49 
QuestionThreading Problem Pin
DarkSorrow389-May-09 5:44
DarkSorrow389-May-09 5:44 
GeneralRe: Threading Problem Pin
harold aptroot9-May-09 6:13
harold aptroot9-May-09 6:13 
QuestiongetData from xml with VB.NET Pin
woerny9-May-09 4:09
woerny9-May-09 4:09 
AnswerRe: getData from xml with VB.NET Pin
Zaegra9-May-09 4:43
Zaegra9-May-09 4:43 
Take a look at System.XML. You can open an existing XML document with the following code:

Dim doc as new XML.XMLdocument
doc.Load("Filename")


Now I'd advise you to make one main node that contains all your <Prozess nr=""> nodes, so you can iterate through that collection. That means you will have to change the layout of your XMLdocument.

When you've done that, just call a For Each loop like this:
For Each prozess as Xml.XmlNode in mainnode.Childnodes
...
Next


Looks a lot like TreeView doens't it? Wink | ;)

Cheers,
Zaegra

Motivation is the key to software development.

Questioncreate and run process with link (vb.net2005) Pin
hrishiS9-May-09 2:42
hrishiS9-May-09 2:42 
AnswerRe: create and run process with link (vb.net2005) Pin
Luc Pattyn9-May-09 3:06
sitebuilderLuc Pattyn9-May-09 3:06 
GeneralRe: create and run process with link (vb.net2005) Pin
hrishiS9-May-09 3:10
hrishiS9-May-09 3:10 
GeneralRe: create and run process with link (vb.net2005) Pin
Zaegra9-May-09 4:33
Zaegra9-May-09 4:33 
AnswerRe: create and run process with link (vb.net2005) Pin
Dave Kreskowiak9-May-09 7:19
mveDave Kreskowiak9-May-09 7:19 
Questionproblem related to textbox Pin
nazimghori9-May-09 2:24
nazimghori9-May-09 2:24 
AnswerRe: problem related to textbox Pin
Zaegra9-May-09 4:00
Zaegra9-May-09 4:00 
GeneralRe: problem related to textbox Pin
nazimghori9-May-09 4:13
nazimghori9-May-09 4:13 
QuestionRe: problem related to textbox Pin
nazimghori9-May-09 4:19
nazimghori9-May-09 4:19 
GeneralRe: problem related to textbox [modified] Pin
Zaegra9-May-09 4:30
Zaegra9-May-09 4:30 
Questionwhat is the purpose? Pin
Willington9-May-09 1:57
Willington9-May-09 1:57 
AnswerRe: what is the purpose? Pin
Dave Kreskowiak9-May-09 7:17
mveDave Kreskowiak9-May-09 7:17 
QuestionHelp Needed Pin
DarkSorrow388-May-09 7:58
DarkSorrow388-May-09 7:58 
AnswerRe: Help Needed Pin
Dave Kreskowiak8-May-09 8:58
mveDave Kreskowiak8-May-09 8:58 
GeneralRe: Help Needed Pin
Wes Aday8-May-09 11:34
professionalWes Aday8-May-09 11:34 
GeneralRe: Help Needed Pin
Dave Kreskowiak8-May-09 12:06
mveDave Kreskowiak8-May-09 12:06 
QuestionHow can I make report with VISUAL BASIC 2008? Pin
Mohamed_Khalil8-May-09 6:30
Mohamed_Khalil8-May-09 6:30 

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.