Wednesday, August 9

Image List Control

I've had a problem with putting images on a tab control. They appeared fine in the designer, but did not appear when the application was run.

I fixed this by re-ordering the generated InitializeComponent function, and put the code for the ImageList before the code for the tab control.

No comments: