Yes I'm running on WinXP pro SP2 with all patches up to date and VS 2003.
This generally happens with a call to Application.EnableVisualStyles.
Follow the call with a call to Application.DoEvents and make sure that these
calls are made in Sub Main().
An alternative solution is to add a Manifest resource to the App instead of
calling EnableVisualStyles.
If your Icons have an Alpha Channel then you may find that they display
incorrectly. In this case load the imagelist at runtime.

Signature
Mick Doherty
http://dotnetrix.co.uk/nothing.html
> Yes I'm running on WinXP pro SP2 with all patches up to date and VS 2003.
>
[quoted text clipped - 12 lines]
>>> Regards,
>>> John
John J. Hughes II - 06 Apr 2005 14:33 GMT
Thanks for the response, I don't enable visual styles anywhere in my code
and since the icon is converted to a bitmap when placed in a image list so I
don't understand how the alpha channel applies. I have noted that if I
place the tool bar on the tab instead of the tab page it seem to work
correctly.
Regards,
John.