Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FYI on goApp.ReleaseDeskTopImage()
Message
De
08/09/1999 11:24:39
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
FYI on goApp.ReleaseDeskTopImage()
Divers
Thread ID:
00262427
Message ID:
00262427
Vues:
47
The desktop image we are using for our application remains visible after the application has been closed and I'm still in a VFP session.

So, I added the following code to my application class's ReleaseDeskTopImage method (in aApp.vcx):

DoDefault()

If PEMStatus(_Screen,'oBackgroundImage',5) And VarType(_Screen.oBackgroundImage) = 'O'
_Screen.oBackgroundImage.Release()
EndIf
William E. Kepner,
Senior Programmer/Analyst
M & S Consulting Services, Inc.
Répondre
Fil
Voir

Click here to load this message in the networking platform