I'm trying to place images in my combobox. Thanks to the search feature on this forum, I was able to find This example.

When I add it to my code thought, it doesn't like the "MyBase.Load()" statement. It just underlines it with a squiggly blue line and says "Public Event Load (sender as object, e as system.eventargs) is an event and cannot be called directly. Use a 'Raise Event' statement to raise an event.

What am I doing wrong?