SQLScholar
Programmer
Hey all,
I have this XML:
And what i am trying to do in VB is on the wake on lan - get the value of VALUE! I am reading online how to read XML in vb but i cant seem to find anything reading properties like i have.
TIA
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
I have this XML:
Code:
<?xml version="1.0"?>
<root>
<command name="set">
<property name="ChassisIntrusion" ischecked="1" outcome="OK" value="4" errorcode="0x0"/>
<property name="WakeupOnLAN" ischecked="1" outcome="OK" value="6" errorcode="0x0"/>
<property name="BIOSSetupPassword" ischecked="1" outcome="OK" value="1234567890" errorcode="0x0"/>
</command>
</root>
And what i am trying to do in VB is on the wake on lan - get the value of VALUE! I am reading online how to read XML in vb but i cant seem to find anything reading properties like i have.
TIA
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------