Creating C# form fields with events based off of a text file

Posted by evolve on Stack Overflow See other posts from Stack Overflow or by evolve
Published on 2010-06-07T14:16:58Z Indexed on 2010/06/07 14:32 UTC
Read the original article Hit count: 214

Filed under:
|
|

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 method to go about doing this.

Any pointers in the right direction would really be great, maybe even some keywords that I'm missing. I can only imagine this type of question has been covered before, I just don't know what I'm searching for really.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms