-
Flexgrid Progress Bar?
I need to display a progess bar in each cell in a certain column of an MSFlexgrid control. Does anyone know how I can do this? The progress bar will probably be just a properly drawn PictureBox. Since the flexgrid control can display pictures I think that this will be possible. Thanks for any help!
-
Look for the SetParent API. It may be of help, altough i don't know if it's possible (you need a hWND for a Cell, but i think only the flexgrid itself has a hWND, not the cell)...