Creating C# form fields with events based off of a text file
- by evolve
I need to generate windows form fields based off of a text file that I am parsing. I also want to automatically generate validation event handlers which all will be basically the same only the form field and the regular expression which is used to validate the field will change.
I'm having a difficult time figuring out the quickest and easiest…