I would like to develop a custom Toolstrip control. The control would be like a ToolStrip but with the following features :
- The textbox would be proceeded by a label
- The textbox would have two buttons after it.
I guess to implement this then a user drawn control would be required. Does anyone know of any resources available on the web to get me started on this.