
03-12-2007, 02:58 AM
|
 |
Freshman
|
|
Join Date: Nov 2006
Location: Davao City, Philippines
Posts: 26
|
|
VsFlexgrid flexcpPicture
|
I'm using an Image control to place an Image in the flexgrid flexcpPicture method.
Code:
With VSFlexGrid1
Image1.Picture = LoadPicture(App.Path & "\cube.ico")
.Cell(flexcpPicture, 1, 1) = Image1
End With
How can I place an Image using the the vsFlexgrid flexcpPicture method using the image path only. Now when I do this I received an error "Invalid property values"
Code:
With VSFlexGrid1
.Cell(flexcpPicture, 1, 1) = App.Path & "\cube.ico"
End With
|
__________________
What is better is obsolete...
|