Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to display a GIF graphic file
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00093863
Message ID:
00094031
Views:
53
>Thanks for your reply.. would you have any sample code??/
>
>I have a fullpath of a gif.. and need to display when a user presses a button..
>
>Thanks
>
>Scott

Use the LOADPICTURE() function as follows:
* hWndCntrl is the FOXHWND control
* lcfile is the gif (or jpg)
ThisForm.hWndCntrl.Picture = LOADPICTURE(lcfile)
George

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

Click here to load this message in the networking platform