Creating GUI using XML file in C#

Posted by Gal Goldman on Stack Overflow See other posts from Stack Overflow or by Gal Goldman
Published on 2010-04-27T10:18:54Z Indexed on 2010/04/27 10:23 UTC
Read the original article Hit count: 356

Filed under:
|
|

How can I create automatic GUI using XML file in C#? Should I write a parser for the file and define a sort of "protocol" for the file's structure, and after the parse - create the GUI controls manually (respective to the data in the files)?

Or is there a better way? Is there a tool, or a built-in code in the .NET environment which can do that for me automatically?

(I am currently working with win forms, but I am willing to consider any other technology - as long as it's supported in MONO, since the code should be portable to Linux as well).

© Stack Overflow or respective owner

Related posts about c#

Related posts about gui