Design information into xml

  • Thread starter Thread starter Jon Slaughter
  • Start date Start date
J

Jon Slaughter

Is it possible to get VS.NET 2k5 to export all design information into xml
for dynamic user interfaces at execution time?

I'm wanting to write some custom controls that can be highly configurable
and the configuration data can be changed at runtime(for skinning effects)
or even the whole control by changing the dll(into something that uses the
same interface). But all the design information is stored.

So instead of VS.NET creating C# code such as "this.button1.Location = new
Point(30,20)" it would store it in an xml that is not embedded at compile
time. Is this possible or will I have to do it all myself?

Thanks,
Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top