In an application which contains many forms, I am hoping to create an icon for each form. Furthermore I wish to display the icons in an additional form. Now when I click on an icon, the associated form should pop up.
Question: I assume that I can specify a .bmp file as the value of the icon property of a form. How do I do this?? Here are the steps that I followed:
a) renamed a .bmp file as a .ico file.
b) attempted to choose the .ico file as the icon for a form. When I try this, I get an error stating that the "the argument picture must be a picture that can be used as an icon".
What am I doing wrong?
Thanks