Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable Start Menu
Message
 
To
23/03/2004 02:26:07
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00888753
Message ID:
00889199
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform