Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rotate .bmp's on the fly
Message
De
11/02/2000 09:07:49
 
 
À
11/02/2000 08:24:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00330471
Message ID:
00330633
Vues:
13
I simply put code like:
In the refresh method of the form:
thisform.showallheaders.picture=IIF(thisform.lshowallheaders,"UP.BMP","DOWN.BMP")
thisform.showallheaders.tooltiptext=IIF(thisform.lshowallheaders,GetFldTxt("sysmsg","cMsg_HideHeaders"),GetFldTxt("sysmsg","cMsg_ShowHeaders"))

As long as UP and DONW .BMP files are included in the project it'll find them.


Another choice is to add the two picture to the form and make 1 invisble
at the appropriate time.

There is also an IMage List control your find on your system.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform