Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create picture using _screen commands
Message
De
05/01/2005 09:24:01
 
 
À
05/01/2005 09:07:27
Brian O'Donovan
Crescent Computers
Cork, Irlande
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00974361
Message ID:
00974364
Vues:
15
You have to add an image object:
_screen.AddObject('loImage','Image')
_screen.loImage.Picture=yourpicture
_screen.loImage.Visible= .T.
To centre:
_screen.loImage.Left=(_screen.Width-_screen.loImage.Width)/2
_screen.loImage.Top=(_screen.Height-_screen.loImage.Height)/2
>Hi All
>
>I am looking to create an image on the main foxpro window that I can manipulate , centre ect. depending on the resolution that is currently being used. I know I can use the _screen.picture command but this does not allow me to centre to image.
>
>Thanks
>
>Brian O Donovan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform