Hmm..... maybe you are going about doing this the wrong way. Here is what you need to do:
1- Go to "Projects - Components" in the VB6 Menu.
2- Check the "Microsoft Windows Common Controls 6.0" and hit OK.
3- Drag and drop an image list onto your form.
4- Right-Click on the image list icon and choose properties. A seperate popup screen will pop up as shown in the attached snapshot.
5- Click on the Images Tab.
6- Click on the "Insert Picture" or "Remove Picture" buttons respectively to add or remove images to your list.
I hope this answered your question.
On a different note, I noticed that you keep comparing C++ to VB constantly. My advice to you is to NOT compare the two with each other. Put aside your C++ knowledge, and learn VB as a brand new language (as if you were new to programming). VB6 has many limitations, most of which can be worked around with some patience. VB is not perfect (as you have already figured out). However, considering what it does offer and how easy it makes it for people to program, its a wonderful application. And believe me, back in 1998, VB 6.0 WAS an amazing product to have.
