Hello all,

Right now I am loading an image into a MSHFlexGrid control using the CellPicture method.

Example
.CellPicture = LoadPicture(App.Path & "\Check.gif")

I would like to bind an ImageList to the MSHFlexGrid control just as you can with a Coolbar or Toolbar etc... I figured out how to bind the ImageList to the MSHFlexGrid control yet. Is there a way to do it? Basically, I don't want to include any unnecessary files with my exe file. I would like to have everything that is need built into the exe file. Is there a way to do this so I don't have to use the LoadImage function? Thanks

Mark