Hello there
Is it possible to load picture into flexgridcells
Best regards
Pet
Printable View
Hello there
Is it possible to load picture into flexgridcells
Best regards
Pet
Assuming you are talking about MS flexgrids, yes:
VB Code:
With MSHFlexGrid1 .Row = 1 .Col = 1 Set .CellPicture = LoadPicture("c:\pathname\filename") End With
Here's my example of pictures in cells...