I'm trying to learn the ImageList class.
There is example code in my Visual C# 2005 documentation.
If you look at the documentation it shows the code and along with the code there is a 'copy code' button you can press. This I assume is so that you can copy the code into a project and go...
So I opened up a new project called myImageRotator
I went to the documentation and copied the code, however I'm not sure where I am supposed to 'paste' this code in.
I tried double clicking on the Form1 in the desinger and it brought me to the original code... Now what do I do?
