Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing the desktop background image
Message
 
 
À
03/04/2002 17:01:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00640620
Message ID:
00640633
Vues:
30
This message has been marked as a message which has helped to the initial question of the thread.
>How can I access the desktop image location and modify it ?
>

You can add an image control to the _Screen object and show picture in it. This way you have full control over picture position and size.
_screen.AddObject("oImg", "Image")
_screen.oImg.Picture = "FileName.gif"
_screen.oImg.Top = 100
_screen.oImg.Left = 100
...
_screen.oImg.Visible = .t.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform