G
Guest
Hello
I've got a problem : I would like to automatically generate a windowsform starting with an XML-file
Let's say f.e. you have got this piece of XML
I've got a problem : I would like to automatically generate a windowsform starting with an XML-file
Let's say f.e. you have got this piece of XML
Code:
<person><name>Joske Vermeulen</name><country>Belgium</country></person>[/code
Is there some way visual studio.net can go 'oh, a <name>-tag, this belongs in a label with this position and these properties'
All help would be appreciated a lo
Matthieu