Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding non Foxpro windows.
Message
 
 
À
12/07/2005 10:50:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 6 SP3
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01031670
Message ID:
01031695
Vues:
42
>
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform