R
Rob W
Greetings,
I have created an Imagelist for the intended usage of allowing icons (.ico)
for use with my menustrip items.
Looking at the properties of the top level menustrip I could not see a
property to associate an ImageList.
For the individual menustrip items their is an image property, through the
interface I could not see a way of associating items from the Imagelist.
I then attempted to place the code below in the form load of which brings up
a syntax error along the lines of being unable to associate the item as
differing types.
NewCtrlNToolStripMenuItem.Image = imgList.Images[1];
Can anyone help resolve this issue?
Cheers
Rob
I have created an Imagelist for the intended usage of allowing icons (.ico)
for use with my menustrip items.
Looking at the properties of the top level menustrip I could not see a
property to associate an ImageList.
For the individual menustrip items their is an image property, through the
interface I could not see a way of associating items from the Imagelist.
I then attempted to place the code below in the form load of which brings up
a syntax error along the lines of being unable to associate the item as
differing types.
NewCtrlNToolStripMenuItem.Image = imgList.Images[1];
Can anyone help resolve this issue?
Cheers
Rob