Click here to Skip to main content
15,891,880 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem about pictureBox in Visual Studio C Sharp.NET ? Pin
Christian Graus25-Jun-07 10:24
protectorChristian Graus25-Jun-07 10:24 
AnswerRe: Problem about pictureBox in Visual Studio C Sharp.NET ? Pin
zeeShan anSari27-Jun-07 0:04
zeeShan anSari27-Jun-07 0:04 
QuestionXML with C# [modified] Pin
saymajum25-Jun-07 8:13
saymajum25-Jun-07 8:13 
GeneralRe: XML with C# Pin
Rob Graham25-Jun-07 8:38
Rob Graham25-Jun-07 8:38 
GeneralRe: XML with C# Pin
saymajum25-Jun-07 8:44
saymajum25-Jun-07 8:44 
GeneralRe: XML with C# Pin
Christian Graus25-Jun-07 10:26
protectorChristian Graus25-Jun-07 10:26 
GeneralRe: XML with C# Pin
saymajum25-Jun-07 10:34
saymajum25-Jun-07 10:34 
AnswerRe: XML with C# Pin
BoneSoft25-Jun-07 11:21
BoneSoft25-Jun-07 11:21 
Unless you only need this once, or that's the only thing you're going to need from this, I'd personally build an XML serializable model so you can deserialize your XML to objects and work with them. Then your model can provide anything from the data. You could use the abominable XSD.exe or something like Skeleton Crew[^] to build your model from your sample XML.

I'd tend to use this approach anyway (I love XML serialization), but if you only need one piece of info or you only need to look at files once then maybe XPath would be quickest.



Try code model generation tools at BoneSoft.com.

QuestionLoading referenced assemblies using System.Reflection Pin
thegloomyclown25-Jun-07 6:44
thegloomyclown25-Jun-07 6:44 
AnswerRe: Loading referenced assemblies using System.Reflection Pin
Ed.Poore25-Jun-07 6:47
Ed.Poore25-Jun-07 6:47 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
thegloomyclown25-Jun-07 6:59
thegloomyclown25-Jun-07 6:59 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
Ed.Poore25-Jun-07 8:32
Ed.Poore25-Jun-07 8:32 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
thegloomyclown25-Jun-07 8:45
thegloomyclown25-Jun-07 8:45 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
Ed.Poore25-Jun-07 8:57
Ed.Poore25-Jun-07 8:57 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
thegloomyclown25-Jun-07 9:04
thegloomyclown25-Jun-07 9:04 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
Ed.Poore25-Jun-07 9:38
Ed.Poore25-Jun-07 9:38 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
Ed.Poore25-Jun-07 9:38
Ed.Poore25-Jun-07 9:38 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
thegloomyclown25-Jun-07 10:47
thegloomyclown25-Jun-07 10:47 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
Ed.Poore25-Jun-07 11:11
Ed.Poore25-Jun-07 11:11 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
thegloomyclown25-Jun-07 11:27
thegloomyclown25-Jun-07 11:27 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
Ed.Poore25-Jun-07 11:59
Ed.Poore25-Jun-07 11:59 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
Ed.Poore25-Jun-07 12:19
Ed.Poore25-Jun-07 12:19 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
thegloomyclown26-Jun-07 4:45
thegloomyclown26-Jun-07 4:45 
GeneralRe: Loading referenced assemblies using System.Reflection Pin
Ed.Poore26-Jun-07 5:02
Ed.Poore26-Jun-07 5:02 
QuestionMultiThreading Pin
HexaDeveloper25-Jun-07 5:53
HexaDeveloper25-Jun-07 5:53 

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.