Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cascade all VFP Forms
Message
 
 
À
21/04/2004 09:40:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00896837
Message ID:
00896860
Vues:
38
This message has been marked as the solution to the initial question of the thread.
>Ok, pardon my ignorance, I have it working now, but what I wanted was to cascade all VFP forms in _Screen, not all open windows in the environment (not IE, Word, etc). Is it possible?
>

You've to pass proper hWnd. Try
DECLARE SHORT CascadeWindows IN Win32API;
      INTEGER hwndParent, INTEGER wHow,;
      STRING @lpRect, INTEGER cKids,;
      STRING @lpKids
= CascadeWindows(_screen.hWnd, 0, 0, 0, 0)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform