G
gibbon
Hellow
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 :
<person>
<name>Joske Vermeulen</name>
<country>Belgium</country>
</person>
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 lot
Matthieu
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 :
<person>
<name>Joske Vermeulen</name>
<country>Belgium</country>
</person>
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 lot
Matthieu