Click here to Skip to main content
15,903,632 members
Home / Discussions / C#
   

C#

 
AnswerRe: Interrupt a function Pin
S. Senthil Kumar10-Mar-07 5:24
S. Senthil Kumar10-Mar-07 5:24 
GeneralRe: Interrupt a function Pin
~~~Johnny~~~10-Mar-07 5:47
~~~Johnny~~~10-Mar-07 5:47 
QuestionDatagrid wtih Hyperlink coloum to C:\filename.txt Pin
MyRunner9-Mar-07 6:00
MyRunner9-Mar-07 6:00 
AnswerRe: Datagrid wtih Hyperlink coloum to C:\filename.txt Pin
kubben9-Mar-07 6:07
kubben9-Mar-07 6:07 
GeneralRe: Datagrid wtih Hyperlink coloum to C:\filename.txt Pin
MyRunner9-Mar-07 6:11
MyRunner9-Mar-07 6:11 
GeneralRe: Datagrid wtih Hyperlink coloum to C:\filename.txt Pin
kubben9-Mar-07 6:16
kubben9-Mar-07 6:16 
AnswerRe: About CheckedList Box Pin
Stefan Troschuetz9-Mar-07 7:36
Stefan Troschuetz9-Mar-07 7:36 
GeneralRe: About CheckedList Box Pin
pashitech9-Mar-07 19:03
pashitech9-Mar-07 19:03 
Hi stef
i'd gone throgh ur website,http://www.troschuetz.de
ur work abt Random application is Excellent.

COmming to my request
Actaully i am just in to c#(just started couple of months back)so don't be scared of my naive doubts..

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

here is my xml file
<lasers>
<laser id="Laser1">
<properties>
<gauge>
<property name="Output1" min="0" max="100" optimalval="50" currval="0">
<property name="Output2" min="0" max="100" optimalval="50" currval="0">
<property name="Output3" min="0" max="100" optimalval="50" currval="0">
<property name="Output4" 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 name="temperature2" currval="56" edit="false" selected="false" min="0" max="100">
<property name="temperature3" currval="36" edit="true" selected="false" min="0" max="100">
<property name="temperature4" currval="67" edit="false" selected="false" min="0" max="100">
<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">





-----------
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.
thnx in advance

prashanth,
s/w Engineer,
Syfnosys.

QuestionC# DateTimePicker Pin
AlEvanGe9-Mar-07 5:55
AlEvanGe9-Mar-07 5:55 
AnswerRe: C# DateTimePicker Pin
kubben9-Mar-07 6:13
kubben9-Mar-07 6:13 
QuestionCrystal Reports Supress section C# Pin
bemahesh9-Mar-07 5:36
bemahesh9-Mar-07 5:36 
AnswerRe: Crystal Reports Supress section C# Pin
~~~Johnny~~~9-Mar-07 9:25
~~~Johnny~~~9-Mar-07 9:25 
AnswerRe: Crystal Reports Supress section C# Pin
gus_br9-Mar-07 12:09
gus_br9-Mar-07 12:09 
Questiondatagridview Pin
arkiboys9-Mar-07 5:33
arkiboys9-Mar-07 5:33 
AnswerRe: datagridview Pin
led mike9-Mar-07 5:36
led mike9-Mar-07 5:36 
QuestionORDVIDEO?? Pin
Muhammad Chitrali9-Mar-07 5:27
Muhammad Chitrali9-Mar-07 5:27 
QuestionDeploying C# with Crystal Reports Pin
Quaspam9-Mar-07 4:38
Quaspam9-Mar-07 4:38 
AnswerRe: Deploying C# with Crystal Reports Pin
kubben9-Mar-07 5:18
kubben9-Mar-07 5:18 
GeneralRe: Deploying C# with Crystal Reports Pin
gus_br9-Mar-07 12:14
gus_br9-Mar-07 12:14 
QuestionAdd Item to list view [modified] Pin
shamsteady9-Mar-07 3:41
shamsteady9-Mar-07 3:41 
QuestionDataGridView ClearSelection() behavior Pin
Matthew Cuba9-Mar-07 3:06
Matthew Cuba9-Mar-07 3:06 
AnswerRe: DataGridView ClearSelection() behavior Pin
dsl/fahk9-Mar-07 7:34
dsl/fahk9-Mar-07 7:34 
QuestionHow to capture running instance of an application ? Pin
Mr Perfect9-Mar-07 2:43
Mr Perfect9-Mar-07 2:43 
AnswerRe: How to capture running instance of an application ? Pin
led mike9-Mar-07 4:43
led mike9-Mar-07 4:43 
QuestionRemoving Check Boxes From CheckedListBox Pin
idreesbadshah9-Mar-07 2:26
idreesbadshah9-Mar-07 2:26 

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.