A
Alan
I am developing a Windows Form application and I am experiencing issues with the following line of code.....
Me.ImageListCRSGroupImages.ImageStream = CType(resources.GetObject("ImageListCRSGroupImages.ImageStream"), System.Windows.Forms.ImageListStreamer)
The type of error I get is a System.TypeInvocationException
Can anyone help please?
Me.ImageListCRSGroupImages.ImageStream = CType(resources.GetObject("ImageListCRSGroupImages.ImageStream"), System.Windows.Forms.ImageListStreamer)
The type of error I get is a System.TypeInvocationException
Can anyone help please?