Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
QuestionurlIdentityPermission vs SiteIdentityPermission Pin
bolly-813-Apr-09 7:52
bolly-813-Apr-09 7:52 
QuestionDisplay video using multiple capture card Pin
pasupuletiramesh3-Apr-09 6:40
pasupuletiramesh3-Apr-09 6:40 
AnswerRe: Display video using multiple capture card Pin
dinhthi1610198626-Jan-10 22:38
dinhthi1610198626-Jan-10 22:38 
QuestionTreeView Pin
dfreeser3-Apr-09 6:35
dfreeser3-Apr-09 6:35 
AnswerRe: TreeView [modified] Pin
Eddy Vluggen3-Apr-09 7:55
professionalEddy Vluggen3-Apr-09 7:55 
QuestionHow do i use this method in my program? IRawCDImageTrackInfo::get_ISRC Method Pin
monkh3-Apr-09 6:22
monkh3-Apr-09 6:22 
AnswerRe: How do i use this method in my program? IRawCDImageTrackInfo::get_ISRC Method Pin
led mike3-Apr-09 6:32
led mike3-Apr-09 6:32 
Questioncan someone help me figure out a right way to work with xml and array Pin
faizych3-Apr-09 5:23
faizych3-Apr-09 5:23 
I am working on a small project in which i need to get the info about other users that i would like to see the profile of who come under the criteria i want.

so lets say i want come one slim and from height 5-6 and between the age of 18 21.. i have the xml file of people.. so should i convert xml into array first and then do something with it.. or should i find the stuff i need take it out of xml and then put it in the array and then show it out.. either way how can i do it good and best without alot of headache.. thanks alot

<Clients>
    <Username>Username</Username>
    <Password>Password</Password>
    <Alias>MyAlias</Alias>
    <BodyType>Athletic</BodyType>
    <Height>5</Height>
    <DisplayHeight>5'9''</DisplayHeight>
    <Age>19</Age>
    <Gender>Male</Gender>
    <Income>$45,000 to $ 60,000</Income>
    <CriteriaBodyType>Slim / Selender</CriteriaBodyType>
    <CriteriaHeightfrom>5</CriteriaHeightfrom>
    <CriteriaHeightto>6</CriteriaHeightto>
    <CriteriaAgesfrom>18</CriteriaAgesfrom>
    <CriteriaAgesto>20</CriteriaAgesto>
  </Clients>
  <Clients>
    <Username>User2</Username>
    <Password>sheepy</Password>
    <Alias>TJ</Alias>
    <BodyType>Athletic</BodyType>
    <Height>5</Height>
    <DisplayHeight>5'9''</DisplayHeight>
    <Age>20</Age>
    <Gender>Male</Gender>
    <Income>$45,000 to $ 60,000</Income>
    <CriteriaBodyType>Slim / Selender</CriteriaBodyType>
    <CriteriaHeightfrom>5</CriteriaHeightfrom>
    <CriteriaHeightto>6</CriteriaHeightto>
    <CriteriaAgesfrom>18</CriteriaAgesfrom>
    <CriteriaAgesto>20</CriteriaAgesto>
  </Clients>
  <Clients>
    <Username>Claudia</Username>
    <Password>pass</Password>
    <Alias>ALIASCLAUDIA</Alias>
    <BodyType>Body Builder</BodyType>
    <Height>5</Height>
    <DisplayHeight>5'</DisplayHeight>
    <Age>20</Age>
    <Gender>Female</Gender>
    <Income>$30,000 to $45,000</Income>
    <CriteriaBodyType>Some Extra Baggage</CriteriaBodyType>
    <CriteriaHeightfrom>5</CriteriaHeightfrom>
    <CriteriaHeightto>5</CriteriaHeightto>
    <CriteriaAgesfrom>18</CriteriaAgesfrom>
    <CriteriaAgesto>25</CriteriaAgesto>
  </Clients>
</ClientData>

AnswerRe: can someone help me figure out a right way to work with xml and array Pin
led mike3-Apr-09 5:38
led mike3-Apr-09 5:38 
GeneralRe: can someone help me figure out a right way to work with xml and array Pin
faizych3-Apr-09 6:46
faizych3-Apr-09 6:46 
GeneralRe: can someone help me figure out a right way to work with xml and array Pin
led mike3-Apr-09 8:18
led mike3-Apr-09 8:18 
AnswerRe: can someone help me figure out a right way to work with xml and array Pin
Mirko19803-Apr-09 5:42
Mirko19803-Apr-09 5:42 
QuestionUsing Visio 2007 Pin
cdpace3-Apr-09 5:01
cdpace3-Apr-09 5:01 
AnswerRe: Using Visio 2007 Pin
Deresen3-Apr-09 5:14
Deresen3-Apr-09 5:14 
GeneralRe: Using Visio 2007 Pin
cdpace3-Apr-09 5:17
cdpace3-Apr-09 5:17 
GeneralRe: Using Visio 2007 Pin
Deresen3-Apr-09 5:26
Deresen3-Apr-09 5:26 
GeneralRe: Using Visio 2007 Pin
Dan Neely3-Apr-09 5:33
Dan Neely3-Apr-09 5:33 
QuestionXML with sql 2005 Pin
Maverickcool3-Apr-09 3:47
Maverickcool3-Apr-09 3:47 
AnswerRe: XML with sql 2005 Pin
Le centriste3-Apr-09 3:50
Le centriste3-Apr-09 3:50 
QuestionDeserialise ACLs from HKLM\SOFTWARE\Classes\AppID\{ID}\LaunchPermissions Pin
DanielWehrle3-Apr-09 3:14
DanielWehrle3-Apr-09 3:14 
QuestionFishing for Ideas (C# file copy) Pin
compninja253-Apr-09 3:12
compninja253-Apr-09 3:12 
AnswerRe: Fishing for Ideas (C# file copy) Pin
Eddy Vluggen3-Apr-09 4:07
professionalEddy Vluggen3-Apr-09 4:07 
GeneralRe: Fishing for Ideas (C# file copy) Pin
compninja253-Apr-09 5:49
compninja253-Apr-09 5:49 
GeneralRe: Fishing for Ideas (C# file copy) Pin
Eddy Vluggen3-Apr-09 7:47
professionalEddy Vluggen3-Apr-09 7:47 
QuestionC# Networking: Handling Clients? Pin
Abydosgater3-Apr-09 3:10
Abydosgater3-Apr-09 3:10 

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.