|
-
July 10th, 2001, 04:53 PM
#2
Re: Loading an image from an Imagelist for a MSHFlexGrid
If nothing else, you can load your images into a Resource file and use the LoadResPicture Function like this
set MSHFlexGrid1.CellPicture = LoadResPicture("UPARROW", vbResBitmap)
Using a Resource file will include your images as part of the executable.
The Resource Editor can be accessed by using Addin Manager and loading the Resource editor then Click TOOLS/ Resource editor to add images
John G
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
|