Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
QuestionObject creation Pin
SwaSubhaVijju9-Mar-07 20:40
SwaSubhaVijju9-Mar-07 20:40 
AnswerRe: Object creation Pin
Stefan Troschuetz9-Mar-07 21:10
Stefan Troschuetz9-Mar-07 21:10 
AnswerRe: Object creation Pin
Luc Pattyn9-Mar-07 23:45
sitebuilderLuc Pattyn9-Mar-07 23:45 
GeneralRe: Object creation Pin
S. Senthil Kumar10-Mar-07 5:05
S. Senthil Kumar10-Mar-07 5:05 
AnswerRe: Object creation Pin
haseeb_saeed10-Mar-07 0:12
haseeb_saeed10-Mar-07 0:12 
AnswerRe: Object creation Pin
Colin Angus Mackay10-Mar-07 3:33
Colin Angus Mackay10-Mar-07 3:33 
AnswerRe: Object creation Pin
S. Senthil Kumar10-Mar-07 5:07
S. Senthil Kumar10-Mar-07 5:07 
Questionselected event of CheckedListBox--plz help Pin
pashitech9-Mar-07 19:10
pashitech9-Mar-07 19:10 
i'm trying to take specific values from xml file into my CheckedListBox but i couldn't make it plz help me

I want to take all the properties(of <tabular>) which have attribut edit = "true" in to my Checkedlistbox

here is my xml file(since i can't desply xml file in the forum i've removed the tags<>)
lasers
laser id="Laser1"
properties
gauge
property name="Output1" min="0" max="100" optimalval="50" currval="0"/property
property name="Output2" min="0" max="100" optimalval="50" currval="0"/property

property name="Output3" min="0" max="100" optimalval="50" currval="0">
<property name="Output5" min="0" max="100" optimalval="50" currval="0">
<property name="Output6" min="0" max="100" optimalval="50" currval="0">

tabular
property name="temperature1" currval="12" edit="true" selected="true" min ="0" max ="100"/property
property name="temperature2" currval="56" edit="false" selected="false" min ="0" max ="100"/property
property name="temperature3" currval="36" edit="true" selected="false" min ="0" max ="100"/property
property name="temperature4" currval="67" edit="false" selected="false" min ="0" max ="100"/property
<property name="temperature5" currval="37" edit="true" selected="true" min="0" max="100">
<property name="temperature6" currval="87" edit="true" selected="true" min="0" max="100">
<property name="temperature7" currval="89" edit="false" selected="false" min="0" max="100">
<property name="temperature8" currval="23" edit="true" selected="false" min="0" max="100">
<property name="temperature9" currval="78" edit="false" selected="false" min="0" max="100">
property name="Avg OutPut" currval="81" edit="true" selected="true" min ="0" max ="100"/property
/tabular
/properties

/laser

-----------
and after this my req is i need to catch the selected values and i wanna desply in a form-----------------this is my req and
i am helpless here, plz try to help me

prashanth,
s/w Engineer,
Syfnosys.

AnswerRe: selected event of CheckedListBox--plz help Pin
Stefan Troschuetz9-Mar-07 21:08
Stefan Troschuetz9-Mar-07 21:08 
GeneralRe: selected event of CheckedListBox--plz help Pin
Wayne Phipps10-Mar-07 1:03
Wayne Phipps10-Mar-07 1:03 
Questionselected event of CheckedListBox--plz help Pin
pashitech9-Mar-07 19:08
pashitech9-Mar-07 19:08 
Questionhow to draw listbox items with different itemheight when i selected a item Pin
goldli9-Mar-07 18:26
goldli9-Mar-07 18:26 
AnswerRe: how to draw listbox items with different itemheight when i selected a item Pin
Mike Hankey10-Mar-07 2:48
mveMike Hankey10-Mar-07 2:48 
QuestionMail Pin
Jijo BP9-Mar-07 17:46
Jijo BP9-Mar-07 17:46 
AnswerRe: Mail Pin
S. Senthil Kumar10-Mar-07 5:10
S. Senthil Kumar10-Mar-07 5:10 
QuestionWord Template Programming in C# Pin
satsumatable9-Mar-07 17:36
satsumatable9-Mar-07 17:36 
QuestionMethod Matching Pin
SHaroz9-Mar-07 17:20
SHaroz9-Mar-07 17:20 
AnswerRe: Method Matching Pin
S. Senthil Kumar10-Mar-07 5:13
S. Senthil Kumar10-Mar-07 5:13 
QuestionConstructors in C# Pin
Captain See Sharp9-Mar-07 15:57
Captain See Sharp9-Mar-07 15:57 
AnswerRe: Constructors in C# Pin
Scott Dorman9-Mar-07 17:31
professionalScott Dorman9-Mar-07 17:31 
AnswerRe: Constructors in C# Pin
Zoltan Balazs10-Mar-07 1:59
Zoltan Balazs10-Mar-07 1:59 
GeneralRe: Constructors in C# Pin
Captain See Sharp10-Mar-07 13:42
Captain See Sharp10-Mar-07 13:42 
AnswerRe: Constructors in C# Pin
S. Senthil Kumar10-Mar-07 5:20
S. Senthil Kumar10-Mar-07 5:20 
GeneralRe: Constructors in C# Pin
Captain See Sharp10-Mar-07 13:37
Captain See Sharp10-Mar-07 13:37 
GeneralRe: Constructors in C# Pin
S. Senthil Kumar10-Mar-07 13:46
S. Senthil Kumar10-Mar-07 13:46 

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.