Symptoms
When you use the RestoreToolbar method to restore a Toolbar that was savedwith the SaveToolbar method after a user customized the Toolbar it does notrestore correctly.
Resolution
Make sure all buttons use an image. You can create a 16×16 (pixel) bitmapand set the Mask Property of an ImageList control so the user does not seethe image. Use a Timer control to restore a Toolbar when a form loads.