Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
QuestionDebugging a C# GUI app started via commandline Pin
wizardzz28-Mar-11 5:48
wizardzz28-Mar-11 5:48 
AnswerRe: Debugging a C# GUI app started via commandline Pin
Ian Shlasko28-Mar-11 5:58
Ian Shlasko28-Mar-11 5:58 
GeneralRe: Debugging a C# GUI app started via commandline Pin
wizardzz28-Mar-11 6:15
wizardzz28-Mar-11 6:15 
GeneralRe: Debugging a C# GUI app started via commandline Pin
Ian Shlasko28-Mar-11 6:45
Ian Shlasko28-Mar-11 6:45 
QuestionRead XML Into Class Hierarchy Pin
Kevin Marois28-Mar-11 5:10
professionalKevin Marois28-Mar-11 5:10 
AnswerRe: Read XML Into Class Hierarchy Pin
Ian Shlasko28-Mar-11 5:22
Ian Shlasko28-Mar-11 5:22 
GeneralRe: Read XML Into Class Hierarchy Pin
Kevin Marois28-Mar-11 5:33
professionalKevin Marois28-Mar-11 5:33 
GeneralRe: Read XML Into Class Hierarchy Pin
Ian Shlasko28-Mar-11 5:56
Ian Shlasko28-Mar-11 5:56 
Well if this is a load/save kind of feature, you could always just go with serialization. That won't give you very readable XML, but it makes things incredibly easy.

If you intend to create the XML files manually, I'm thinking you'll want something simpler and more flexible than what serialization would give you, so it won't be automatic.
Proud to have finally moved to the A-Ark. Which one are you in?
Author of the Guardians Saga (Sci-Fi/Fantasy novels)

GeneralRe: Read XML Into Class Hierarchy Pin
Not Active28-Mar-11 5:59
mentorNot Active28-Mar-11 5:59 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 6:10
SledgeHammer0128-Mar-11 6:10 
GeneralRe: Read XML Into Class Hierarchy Pin
Not Active28-Mar-11 6:21
mentorNot Active28-Mar-11 6:21 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 6:30
SledgeHammer0128-Mar-11 6:30 
GeneralRe: Read XML Into Class Hierarchy Pin
Not Active28-Mar-11 6:43
mentorNot Active28-Mar-11 6:43 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 6:50
SledgeHammer0128-Mar-11 6:50 
GeneralRe: Read XML Into Class Hierarchy Pin
Ian Shlasko28-Mar-11 6:53
Ian Shlasko28-Mar-11 6:53 
GeneralRe: Read XML Into Class Hierarchy Pin
Not Active28-Mar-11 7:13
mentorNot Active28-Mar-11 7:13 
GeneralRe: Read XML Into Class Hierarchy Pin
Ian Shlasko28-Mar-11 7:27
Ian Shlasko28-Mar-11 7:27 
GeneralRe: Read XML Into Class Hierarchy Pin
Not Active28-Mar-11 5:58
mentorNot Active28-Mar-11 5:58 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 6:20
SledgeHammer0128-Mar-11 6:20 
GeneralRe: Read XML Into Class Hierarchy Pin
Kevin Marois28-Mar-11 6:35
professionalKevin Marois28-Mar-11 6:35 
GeneralRe: Read XML Into Class Hierarchy Pin
Pete O'Hanlon28-Mar-11 6:37
mvePete O'Hanlon28-Mar-11 6:37 
GeneralRe: Read XML Into Class Hierarchy Pin
Kevin Marois28-Mar-11 6:43
professionalKevin Marois28-Mar-11 6:43 
GeneralRe: Read XML Into Class Hierarchy Pin
Pete O'Hanlon28-Mar-11 6:50
mvePete O'Hanlon28-Mar-11 6:50 
GeneralRe: Read XML Into Class Hierarchy Pin
Kevin Marois28-Mar-11 6:51
professionalKevin Marois28-Mar-11 6:51 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 8:20
SledgeHammer0128-Mar-11 8:20 

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.