I am trying to add some additional buttons and move the buttons around on the maintenance form toolstrip control.
It appears to save, but after I run the winforms app they are all put back to default positions.
Any ideas?
Jason
I was able to override the code manually to put things as they should be, but if I use the designer again it of course blows my changes...
Perhaps I should just use a standard toolstrip, but I sure like what you guys have done for speeding up building such a control set...
Thanks again for your help,
private
You'll also need to add any ToolStripSeparators you want.