G
Guest
HI I have a question defined as below:
* One BMP file has 3 images for a list view control.
* Say, this file path is c:\ xyz.bmp.
* ImageList object name is smallImageList.
* My question is how to put the file path in the C# project.
* Then I can see 3 images in the image collection editor by open....
* And, I can refer it as below:
this.smallImageList.ImageStream = (ImageListStreamer)resources.GetObject("smallImageList.ImageStream");
Please advice.
Peter
* One BMP file has 3 images for a list view control.
* Say, this file path is c:\ xyz.bmp.
* ImageList object name is smallImageList.
* My question is how to put the file path in the C# project.
* Then I can see 3 images in the image collection editor by open....
* And, I can refer it as below:
this.smallImageList.ImageStream = (ImageListStreamer)resources.GetObject("smallImageList.ImageStream");
Please advice.
Peter