webnetworks
April 3rd, 2001, 07:28 AM
Hi,
I want to add pictures (.ico files) to a specific cell in my grid.
When I use this code:
MSFlexGrid1.Col = x
MSFlexGrid1.Row = y
MSFlexGrid1.Picture = LoadPicture("image.ico", vbLPSmall, vbLPVGAColor)
I receive an Compile Error: Invalid use of property. So, I must be doing something wrong ;-)
Question is what and how should I add pictures to my grid?
Thanks in advance,
Jeroen.
I want to add pictures (.ico files) to a specific cell in my grid.
When I use this code:
MSFlexGrid1.Col = x
MSFlexGrid1.Row = y
MSFlexGrid1.Picture = LoadPicture("image.ico", vbLPSmall, vbLPVGAColor)
I receive an Compile Error: Invalid use of property. So, I must be doing something wrong ;-)
Question is what and how should I add pictures to my grid?
Thanks in advance,
Jeroen.