Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding non Foxpro windows.
Message
 
 
To
12/07/2005 10:50:09
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 6 SP3
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01031670
Message ID:
01031695
Views:
48
>
>How do I get the handle and window caption of each open window including minimized windows?

Re: How to have the list of programs on the taskbar ? Message #737104 should get you started. The following line filters out none taskbar windows
		* Check if window is visible and isn't WS_POPUP style
		IF  BITAND(m.Style, WS_VISIBLE) > 0 ;
				AND BITAND(m.Style, WS_POPUP) = 0
You can modify or remove it to suit your requirements.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform