Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Minimizing the main Foxpro window
Message
 
 
À
10/07/2002 11:01:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00677078
Message ID:
00677090
Vues:
43
This message has been marked as the solution to the initial question of the thread.
>How can you trigger code to run when the main Foxpro window is minimized?

Try
_Screen.AddObject("oResizer", "Resizer")

DEFINE CLASS Resizer AS Custom
     oScreen = _Screen

     PROCEDURE oScreen.Resize
          IF _screen.WindowState =1
              * Main VFP Window is minimized
          ENDIF
     ENDPROC
ENDDEFINE
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform