Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bring another application window to frontmost position
Message
De
28/04/2000 05:09:15
 
 
À
28/04/2000 04:14:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00364367
Message ID:
00364370
Vues:
40
>Can I use API function WSELECT() to bring another application window (for example: Internet Explorer) to the frontmost position? Pls. show me an example.
Hi Clarissa,
* This activate the My Computer Window.

Declare integer FindWindow IN Win32API ;
string cbuffer, string winname
Declare integer ShowWindow in Win32API ;
integer cbuffer, integer winname

w=0
WinName="My Computer"
r=FindWindow(w ,WinName)
If r <> 0
ShowWindow(r,3 )
Endif
_screen.windowstate=1
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform