Click here to Skip to main content
15,908,444 members
Home / Discussions / C#
   

C#

 
QuestionHow to pass a parameter in an event Pin
Silvyster1-Apr-08 16:08
Silvyster1-Apr-08 16:08 
GeneralRe: How to pass a parameter in an event Pin
PandemoniumPasha1-Apr-08 17:38
PandemoniumPasha1-Apr-08 17:38 
GeneralRe: How to pass a parameter in an event Pin
Silvyster1-Apr-08 22:12
Silvyster1-Apr-08 22:12 
GeneralRe: How to pass a parameter in an event Pin
J4amieC1-Apr-08 22:30
J4amieC1-Apr-08 22:30 
GeneralInfos, links, best practice etc. for programming a webservice Pin
stephan_0071-Apr-08 12:02
stephan_0071-Apr-08 12:02 
GeneralRe: Infos, links, best practice etc. for programming a webservice Pin
KaptinKrunch1-Apr-08 14:05
KaptinKrunch1-Apr-08 14:05 
GeneralRe: Infos, links, best practice etc. for programming a webservice Pin
Rob Philpott1-Apr-08 22:45
Rob Philpott1-Apr-08 22:45 
Question(XML) Editing a single element within a node Pin
Stupefy1-Apr-08 10:13
Stupefy1-Apr-08 10:13 
Hello,

I currently have a form that reads through an xml file and displays information based on the object selected in the combobox.

I can read the information from the xml just fine, but editing and saving the information is where I'm having trouble at.

xml file:

<Objects>
<Object name="Square">
<Height>15</Height>
<Width>15</Width>
<Color>red</Color>
<Object name="Circle">
<Radius>10</Radius>
<Hollow>True</Hollow>
<HollowRadius>5</HollowRadius>
<Color>blue</Color>
</Objects>


How would I change the "Sqaure" objects height value?
or
How would I change the "Circle" objects hollow value to false?

Thanks
GeneralRe: (XML) Editing a single element within a node Pin
damianrda1-Apr-08 10:56
damianrda1-Apr-08 10:56 
GeneralRe: (XML) Editing a single element within a node Pin
Stupefy1-Apr-08 11:03
Stupefy1-Apr-08 11:03 
GeneralRe: (XML) Editing a single element within a node Pin
led mike1-Apr-08 11:04
led mike1-Apr-08 11:04 
GeneralRe: (XML) Editing a single element within a node Pin
led mike1-Apr-08 10:59
led mike1-Apr-08 10:59 
QuestionA style question regarding multi-signature methods Pin
Clive D. Pottinger1-Apr-08 9:19
Clive D. Pottinger1-Apr-08 9:19 
GeneralRe: A style question regarding multi-signature methods Pin
Pete O'Hanlon1-Apr-08 9:28
mvePete O'Hanlon1-Apr-08 9:28 
GeneralRe: A style question regarding multi-signature methods Pin
led mike1-Apr-08 9:43
led mike1-Apr-08 9:43 
GeneralRe: A style question regarding multi-signature methods Pin
Pete O'Hanlon1-Apr-08 22:01
mvePete O'Hanlon1-Apr-08 22:01 
GeneralRe: A style question regarding multi-signature methods Pin
Clive D. Pottinger2-Apr-08 4:03
Clive D. Pottinger2-Apr-08 4:03 
GeneralRe: A style question regarding multi-signature methods Pin
led mike2-Apr-08 5:14
led mike2-Apr-08 5:14 
GeneralIndividual Tooltip on each ColumnHeader on a ListView Pin
jchalfant1-Apr-08 8:58
jchalfant1-Apr-08 8:58 
GeneralCrystal reports 'Running total fields' Pin
NewToAspDotNet1-Apr-08 8:57
NewToAspDotNet1-Apr-08 8:57 
AnswerRe: Crystal reports 'Running total fields' Pin
jchalfant1-Apr-08 9:03
jchalfant1-Apr-08 9:03 
Generalimage processing Pin
kanza azhar1-Apr-08 7:30
kanza azhar1-Apr-08 7:30 
GeneralRe: image processing Pin
led mike1-Apr-08 7:42
led mike1-Apr-08 7:42 
GeneralRe: image processing Pin
B.Tanner1-Apr-08 7:50
B.Tanner1-Apr-08 7:50 
GeneralRe: image processing Pin
led mike1-Apr-08 8:07
led mike1-Apr-08 8:07 

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.