Tells us what your up to Chowdary.... you can pretty much create anythig
dynamically through reflection, although whether its the best approach is
always another question.
I am actually trying to do something very similar. In my case I have an
enum that looks like:
Protected Enum serviceEnum
UNDEFINED
LOGIN
TIME
INDEX
End Enum
I need to make it more dynamic and read the values from an XML file. The
XML file structure will look something like:
<?xml version="1.0" encoding="utf-8" ?>
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.