Windows Forms Project with Custom Controls

pizzaboy

Well-known member
Joined
Jan 5, 2008
Messages
57
Programming Experience
1-3
Hi,

I'm developing a POS system and have most of it in place, but would like to know, is there a way to have certain functionality customised to specific customers without having to ship the entire project to everyone?

I'm thinking along the lines of creating Custom controls as I would like to have an integrated interface and avoid having clients run different programs to achieve different tasks.

I wouldn't say I was a newbie, but wouldn't exactly say I was experienced either. Is it possible to have a default control compiled with the program during installation, but replace it with another control as long as it inherits an interface shared with the default?


Any help would be greatly appreciated.

Thanks.
 
Back
Top