Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do i take the text from Form2.textbox and paste it into Form1.textbox? Pin
OriginalGriff4-Dec-13 21:49
mveOriginalGriff4-Dec-13 21:49 
AnswerRe: How do i take the text from Form2.textbox and paste it into Form1.textbox? Pin
DRAYKKO5-Dec-13 7:49
professionalDRAYKKO5-Dec-13 7:49 
AnswerRe: How do i take the text from Form2.textbox and paste it into Form1.textbox? Pin
WuRunZhe9-Dec-13 2:41
WuRunZhe9-Dec-13 2:41 
QuestionCreate excel 97-2003 by Open XML SDK 2.5 ? Pin
emma.sun.sts4-Dec-13 15:36
emma.sun.sts4-Dec-13 15:36 
AnswerRe: Create excel 97-2003 by Open XML SDK 2.5 ? Pin
Richard MacCutchan4-Dec-13 22:16
mveRichard MacCutchan4-Dec-13 22:16 
GeneralRe: Create excel 97-2003 by Open XML SDK 2.5 ? Pin
emma.sun.sts8-Dec-13 15:22
emma.sun.sts8-Dec-13 15:22 
GeneralRe: Create excel 97-2003 by Open XML SDK 2.5 ? Pin
Richard MacCutchan8-Dec-13 22:05
mveRichard MacCutchan8-Dec-13 22:05 
Questionhow to read value at specifix XML node Pin
bimbambumbum4-Dec-13 11:10
bimbambumbum4-Dec-13 11:10 
Hello,

How can I obtain the value from a specific node in my XML file?

For example please consider the xml structure below. How would I for instance obtain "max" and "min" values for node
XML
<xx atty="3" attz="0">
and in case it requires a different search method I would also like to know how to obtain the value at node

XML
<vars var0="3" var1="0">0</vars>


?

Anxious to learn how to do this

Best Regards
Tom

XML
<?xml version="1.0" encoding="utf-8"?>
<data device="xx" version="1">
  <node1>
    <xx atty="2" attz="3">
      <max>0</max>
      <min>0</min>
    </xx>
    <xx atty="3" attz="0">
      <max>0</max>
      <min>0</min>
    </xx>
    <xx atty="3" attz="1">
      <max>0</max>
      <min>0</min>
    </xx>
  </node1>
  <node2>
    <vars var0="0" var1="0">0</vars>
    <vars var0="1" var1="0">0</vars>
    <vars var0="2" var1="0">0</vars>
    <vars var0="3" var1="0">0</vars>
    <vars var0="4" var1="0">0</vars>
  </node2>
</data>

AnswerRe: how to read value at specifix XML node Pin
Jason Gleim4-Dec-13 13:05
professionalJason Gleim4-Dec-13 13:05 
AnswerRe: how to read value at specifix XML node Pin
PIEBALDconsult4-Dec-13 13:34
mvePIEBALDconsult4-Dec-13 13:34 
AnswerRe: how to read value at specifix XML node Pin
HobbyProggy5-Dec-13 4:01
professionalHobbyProggy5-Dec-13 4:01 
GeneralRe: how to read value at specifix XML node Pin
bimbambumbum5-Dec-13 7:19
bimbambumbum5-Dec-13 7:19 
QuestionPlease answer it is my biggest problem. Pin
Tera Mind4-Dec-13 10:59
professionalTera Mind4-Dec-13 10:59 
AnswerRe: Please answer it is my biggest problem. Pin
Mycroft Holmes4-Dec-13 11:44
professionalMycroft Holmes4-Dec-13 11:44 
GeneralRe: Please answer it is my biggest problem. Pin
Tera Mind4-Dec-13 12:01
professionalTera Mind4-Dec-13 12:01 
GeneralRe: Please answer it is my biggest problem. Pin
Mycroft Holmes4-Dec-13 16:13
professionalMycroft Holmes4-Dec-13 16:13 
AnswerRe: Please answer it is my biggest problem. Pin
OriginalGriff4-Dec-13 11:57
mveOriginalGriff4-Dec-13 11:57 
GeneralRe: Please answer it is my biggest problem. Pin
Tera Mind4-Dec-13 12:16
professionalTera Mind4-Dec-13 12:16 
GeneralRe: Please answer it is my biggest problem. Pin
OriginalGriff4-Dec-13 21:47
mveOriginalGriff4-Dec-13 21:47 
AnswerRe: Please answer it is my biggest problem. Pin
Richard MacCutchan4-Dec-13 22:13
mveRichard MacCutchan4-Dec-13 22:13 
AnswerRe: Please answer it is my biggest problem. Pin
WuRunZhe9-Dec-13 2:42
WuRunZhe9-Dec-13 2:42 
Questionif/then/else variable frustration Pin
Steve Embry4-Dec-13 9:56
Steve Embry4-Dec-13 9:56 
AnswerRe: if/then/else variable frustration Pin
Pete O'Hanlon4-Dec-13 10:07
mvePete O'Hanlon4-Dec-13 10:07 
GeneralRe: if/then/else variable frustration Pin
Steve Embry4-Dec-13 15:09
Steve Embry4-Dec-13 15:09 
GeneralRe: if/then/else variable frustration Pin
DRAYKKO5-Dec-13 8:05
professionalDRAYKKO5-Dec-13 8:05 

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.