Click here to Skip to main content
15,902,447 members
Home / Discussions / C#
   

C#

 
QuestionProperty problem in the VS Designer Pin
ploe27-Jun-07 13:55
ploe27-Jun-07 13:55 
AnswerRe: Property problem in the VS Designer Pin
Luc Pattyn27-Jun-07 14:45
sitebuilderLuc Pattyn27-Jun-07 14:45 
QuestionXML in C# Pin
Kris10027-Jun-07 13:12
Kris10027-Jun-07 13:12 
AnswerRe: XML in C# Pin
max2929727-Jun-07 13:34
max2929727-Jun-07 13:34 
AnswerRe: XML in C# Pin
Amit Kumar G27-Jun-07 13:49
Amit Kumar G27-Jun-07 13:49 
AnswerRe: XML in C# Pin
Christian Graus27-Jun-07 14:01
protectorChristian Graus27-Jun-07 14:01 
GeneralRe: XML in C# Pin
Mark Greenwood27-Jun-07 14:58
Mark Greenwood27-Jun-07 14:58 
AnswerRe: XML in C# Pin
Kris10028-Jun-07 2:39
Kris10028-Jun-07 2:39 
Cheers for the replies guys!

Sorry, I think i was being a bit vague before. What I’m attempting to do is take an XML file that is structured like so:-

<portfolio>
<Item>
<Title>Title</Title>
<Description>Description</summaryDescription>
<Image>imageURL</Image>
</Item>

<Item>
<Title>Title</Title>
<Description>Description</summaryDescription>
<Image>imageURL</Image>
</Item>

...etc

</portfolio>

and displaying the info in separate controls...to the Title in a Textbox and the Image in an Image etc. Then, using 2 buttons, cycle through (left and right) through the items.

its getting the XML into the program I’m having difficulty with, what I want to do is load each Item into an object instance, then put those instances into an ArrayList or something. I’m very new to the .net framework and have tried different things but getting nowhere.

any further help would be fantasic
Thanks again


Kris

GeneralRe: XML in C# Pin
max2929728-Jun-07 11:55
max2929728-Jun-07 11:55 
GeneralRe: XML in C# Pin
max2929728-Jun-07 12:22
max2929728-Jun-07 12:22 
QuestionApplication Properties? Pin
max2929727-Jun-07 12:51
max2929727-Jun-07 12:51 
AnswerRe: Application Properties? Pin
J$27-Jun-07 13:27
J$27-Jun-07 13:27 
GeneralRe: Application Properties? Pin
max2929727-Jun-07 13:31
max2929727-Jun-07 13:31 
GeneralRe: Application Properties? Pin
Luc Pattyn27-Jun-07 14:28
sitebuilderLuc Pattyn27-Jun-07 14:28 
AnswerRe: Application Properties? Pin
Luc Pattyn27-Jun-07 14:37
sitebuilderLuc Pattyn27-Jun-07 14:37 
QuestionInfo about sound from microphone Pin
Joseph133727-Jun-07 12:13
Joseph133727-Jun-07 12:13 
AnswerRe: Info about sound from microphone Pin
Christian Graus27-Jun-07 14:03
protectorChristian Graus27-Jun-07 14:03 
AnswerRe: Info about sound from microphone Pin
Luc Pattyn27-Jun-07 14:53
sitebuilderLuc Pattyn27-Jun-07 14:53 
AnswerRe: Info about sound from microphone Pin
Leslie Sanford27-Jun-07 16:39
Leslie Sanford27-Jun-07 16:39 
QuestionOWC Excel Problem Pin
TheMajorRager27-Jun-07 11:38
TheMajorRager27-Jun-07 11:38 
AnswerRe: OWC Excel Problem Pin
Dave Kreskowiak27-Jun-07 12:01
mveDave Kreskowiak27-Jun-07 12:01 
QuestionCan I change the Opacity of control units in a form? Pin
Khoramdin27-Jun-07 10:35
Khoramdin27-Jun-07 10:35 
AnswerRe: Can I change the Opacity of control units in a form? Pin
Ed.Poore27-Jun-07 10:43
Ed.Poore27-Jun-07 10:43 
AnswerRe: Can I change the Opacity of control units in a form? Pin
Dave Kreskowiak27-Jun-07 11:57
mveDave Kreskowiak27-Jun-07 11:57 
QuestionImage Processing: Redraw the outline of any image (sketching) in C#.Net, but How?? Pin
zeeShan anSari27-Jun-07 9:44
zeeShan anSari27-Jun-07 9:44 

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.