Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: System.AccessViolationException Closing Windows Form Contianing An ActiveX Control Pin
Stinebaugh28-Sep-10 9:15
Stinebaugh28-Sep-10 9:15 
GeneralRe: System.AccessViolationException Closing Windows Form Contianing An ActiveX Control Pin
Stinebaugh9-Nov-10 1:36
Stinebaugh9-Nov-10 1:36 
QuestionIs it possible to remove default selection in DataGridView? Pin
Andraw Tang23-Sep-10 11:36
Andraw Tang23-Sep-10 11:36 
AnswerRe: Is it possible to remove default selection in DataGridView? Pin
Luc Pattyn23-Sep-10 12:00
sitebuilderLuc Pattyn23-Sep-10 12:00 
GeneralRe: Is it possible to remove default selection in DataGridView? Pin
Andraw Tang23-Sep-10 12:20
Andraw Tang23-Sep-10 12:20 
QuestionVB6 MKGrid Pin
KhadijaYaseen23-Sep-10 10:36
KhadijaYaseen23-Sep-10 10:36 
AnswerRe: VB6 MKGrid Pin
Dave Kreskowiak27-Sep-10 3:55
mveDave Kreskowiak27-Sep-10 3:55 
Questionhow to read xml in VB6 Pin
jainiraj23-Sep-10 4:01
jainiraj23-Sep-10 4:01 
<TestCase>
<Sequences>
<Sequence>
<Request>CMD_Connect</Request>
<Responce>POSITIVE</Responce>
</Sequence>
<Sequence>
<Address>400026F8</Address>
<Request>CMD_SHORT_UPLOAD</Request>
<Responce>POSITIVE</Responce>
</Sequence>
<Sequence>
<Address>400026F8</Address>
<Request>CMD_SHORT_UPLOAD</Request>
<Responce>POSITIVE</Responce>
</Sequence>
</Sequences>

<Recursions>
<Recursion>
<Address>400026F8</Address>
<Request>CMD_SHORT_UPLOAD</Request>
<Responce>POSITIVE</Responce>
</Recursion>
<Recursion>
<Address>400026F8</Address>
<Request>CMD_SHORT_UPLOAD</Request>
<Responce>POSITIVE</Responce>
</Recursion>
<Recursion>
<Address>400026F8</Address>
<Request>CMD_SHORT_UPLOAD</Request>
<Responce>POSITIVE</Responce>
</Recursion>
</Recursions>
<Sequences>
<Sequence>
<Request>DAQ_START_STOP_DAQ_LIST</Request>
<Responce>POSITIVE</Responce>
</Sequence>
<Sequence>
<Request>CMD_Disconnect</Request>
<Responce>POSITIVE</Responce>
</Sequence>
<Sequences>
</TestCase>


I have this type of xml. "Sequences" and "Recursions" are the elements occuring multiple times under "Test Case" node.Now I have to read this xml such that I have the knowledge of "Sequences" and "Recursions" nodes that how many "Sequence" nodes and "Recursions" nodes are there and I have to visit these nodes also.
I used the
Dim objXMLDOM As New MSXML2.DOMDocument26
Dim objxmlNode As IXMLDOMNode
Dim objNodes As IXMLDOMNodeList
But it is not clear which method I have to use to achieve the goal.
Please guide me to read the xml.
Thanks in adv..
QuestionSpecific version property when adding references Pin
Jon_Boy22-Sep-10 6:09
Jon_Boy22-Sep-10 6:09 
AnswerRe: Specific version property when adding references Pin
Eddy Vluggen22-Sep-10 9:14
professionalEddy Vluggen22-Sep-10 9:14 
GeneralRe: Specific version property when adding references Pin
Jon_Boy23-Sep-10 2:05
Jon_Boy23-Sep-10 2:05 
QuestionDetecting disconnection from database Pin
chrispowell1234522-Sep-10 0:56
chrispowell1234522-Sep-10 0:56 
AnswerRe: Detecting disconnection from database Pin
Simon_Whale22-Sep-10 1:09
Simon_Whale22-Sep-10 1:09 
GeneralRe: Detecting disconnection from database Pin
chrispowell1234522-Sep-10 1:44
chrispowell1234522-Sep-10 1:44 
GeneralRe: Detecting disconnection from database Pin
Dave Kreskowiak22-Sep-10 2:04
mveDave Kreskowiak22-Sep-10 2:04 
AnswerRe: Detecting disconnection from database Pin
David Mujica22-Sep-10 3:26
David Mujica22-Sep-10 3:26 
GeneralRe: Detecting disconnection from database Pin
chrispowell1234522-Sep-10 3:55
chrispowell1234522-Sep-10 3:55 
GeneralRe: Detecting disconnection from database Pin
chrispowell1234522-Sep-10 5:37
chrispowell1234522-Sep-10 5:37 
GeneralRe: Detecting disconnection from database Pin
David Mujica22-Sep-10 8:35
David Mujica22-Sep-10 8:35 
AnswerRe: Detecting disconnection from database Pin
Tom Deketelaere22-Sep-10 3:57
professionalTom Deketelaere22-Sep-10 3:57 
QuestionRe: Detecting disconnection from database Pin
Eddy Vluggen22-Sep-10 9:17
professionalEddy Vluggen22-Sep-10 9:17 
AnswerRe: Detecting disconnection from database Pin
chrispowell1234523-Sep-10 0:02
chrispowell1234523-Sep-10 0:02 
GeneralRe: Detecting disconnection from database Pin
Dave Kreskowiak23-Sep-10 2:01
mveDave Kreskowiak23-Sep-10 2:01 
GeneralRe: Detecting disconnection from database Pin
chrispowell1234523-Sep-10 2:35
chrispowell1234523-Sep-10 2:35 
GeneralRe: Detecting disconnection from database Pin
Ian Shlasko23-Sep-10 2:58
Ian Shlasko23-Sep-10 2:58 

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.