Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable Start Menu
Message
 
À
23/03/2004 02:26:07
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00888753
Message ID:
00889199
Vues:
17
Hi Maltin,

There is API way:

Obtain handle to the Taskbar window
hWindow = FindWindow("Shell_TrayWnd", Null)
Shell_TrayWnd is the class name for the Taskbar.

Call the GetWindow in cycle to enumerate child windows for the Taskbar. Hide window with title "Start" by calling the ShowWindow with cmdshow=0.

* * *
The following sample code shows how to enumerate child windows either for main VFP window or for the Taskbar.

Scanning a hierarchy of child windows down from the main VFP window
http://www.news2news.com/vfp/?example=261&function=136
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform