Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding all windows
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00169817
Message ID:
00169822
Vues:
27
>Hi,
> quick question regarding hiding windows. I'd like to use the freeware TrayICO control to create an icon in the Windows95 system tray. The only limitation to this product is that it must be placed on a form - however I don't want any forms to be visible when the application is launched (a double click on the system tray icon would bring up the appropriate form). How can I hide all the forms in an application? I've used SCREEN = OFF in the application's config file, but a simple THIS.visible = .F. in the init method of the form doesn't do anything. Any help would be great. Thanks!

FOR EACH oForm IN _SCREEN.Forms
oForm.Visible=.F.
ENDFOR
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform