I am from a PERL back ground and we are able to build code dynamically. I was wondering if this is possible in C#. What I want to do is change the display of a forms options based on which files are present in a directory.
Specifically I want to open a text file and make its contents displayed as a check box option. If selected the contents of the text file will to be included in a word.doc of my choice.
I will not know in advance how many text files will exist. I am trying to make the application more user configurable. In PERL we use simple text files a lot and this is the reason for that choice, a better alternative would be good.
Bear in mind I am a novice C# programmer. I understand classes but am foggy on .dll and more advanced stuff but a point in the right direction would help.
haunter@battlestrata.com
Specifically I want to open a text file and make its contents displayed as a check box option. If selected the contents of the text file will to be included in a word.doc of my choice.
I will not know in advance how many text files will exist. I am trying to make the application more user configurable. In PERL we use simple text files a lot and this is the reason for that choice, a better alternative would be good.
Bear in mind I am a novice C# programmer. I understand classes but am foggy on .dll and more advanced stuff but a point in the right direction would help.
haunter@battlestrata.com