Here's the situation:

I've got an application that is using the System.Windows.Forms.Toolbar object. I have assigned an Image List to the Toolbar and it has been working just fine - until now. I started debugging the project from the IDE (F5) and it ran fine and all of the images came up, no problem. I quit the app and went back to the IDE and locked the controls of the form (Format >> Lock Controls). I started debugging again and now none of the images show up. ***? Even if I run the Release version outside of the IDE there are still no images being displayed in the Toolbar. I have removed all of the images from the image list and re-added them, but to no avail. I have also dicked around with a bunch of different property settings to see if that would trigger something, but no. If I run a previous version of the app then the images show up in that. Any thoughts?

TIA