Search Results

1
vote
4answers
99 views

Make an Existing Windows Form Inheritable

I didn't realize at the time I create this particular application that I'd need to reuse some of the components - some Windows forms and a class or two. Now that I've already created the fa …
5
votes
2answers
44 views

Change Control Types (but not names) on Form with Minimal Impact

I need to change a lot of textboxes to NumericUpDowns and other similar changes on some forms in my multiform c# app. I'd like to keep the name of each control the same as I make the change. Ther …