I want to make a control, mainly for options forms, that is like a tab control, but uses a different style 'page selector', which will be a button bar type of control. To be honest though, I'm not any good at control development, and I need to get this thing done asap... today if possible.
First off, I've been working on the button bar part of it, but I don't know how to make the TypeConverter work properly, so I keep getting an exception of something like 'Can't convert ButtonBar.ButtonBarItems[] to ButtonBar.ButtonBarItems[]' or something like that. Any help there would be appreciated. I'll get the exact exception message for you later.
Secondly, I know I need a designer to let me 'click' the buttons on the button bar at design time to switch between container controls. I don't know how to do this, but I'll do a little bit of reading. If you have any tips as far as that goes, it would be helpful.
Thanks
First off, I've been working on the button bar part of it, but I don't know how to make the TypeConverter work properly, so I keep getting an exception of something like 'Can't convert ButtonBar.ButtonBarItems[] to ButtonBar.ButtonBarItems[]' or something like that. Any help there would be appreciated. I'll get the exact exception message for you later.
Secondly, I know I need a designer to let me 'click' the buttons on the button bar at design time to switch between container controls. I don't know how to do this, but I'll do a little bit of reading. If you have any tips as far as that goes, it would be helpful.
Thanks