|
-
April 3rd, 2001, 07:28 AM
#1
Adding pictures to MSFlexGrid
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|