Quote Originally Posted by Jim Naylor View Post
Couple of minor issues with the toolbar

The MSToolbar is a container but the replacement isn't, fixed by changing the ControlContainer property of the control to True.

If you set the whole toolbar to Enabled = False, then later set Enabled = True, the disabled shaddows still partly show.

I fixed this by putting UserControl.Refresh after

If ToolBarHandle <> 0 Then EnableWindow ToolBarHandle, IIf(Value = True, 1, 0)

in the Enabled property of the control.

Everything else so far working great.
Thanks for your help. Appreciated.
Update released.