Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PicClip control not displaying image
Message
 
To
06/01/2003 13:37:59
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00738465
Message ID:
00738501
Views:
14
>I have a PicClip control with a bmp loaded, this is the code:
>
>Thisform.oleFoto.Visible = .T.
>Thisform.oleFoto.OBJECT.Picture = LOADPICTURE('R:\hlizarraga\proyectos_vfp\Credenciales\72239.bmp')
>
>but the control isn't displaying anything!!
>
>any idea?
>
>thanks

The Picture Clip control is always invisible at run-time. It's mainly used as a control to store multiple images which are accessed via the control's GraphicCell() method for display by treeviews, listviews, etc. By storing multiple images in a single file, you improve performance.

To display an ordinary bitmap, use the Image control.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform