Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Navigate
Message
De
17/04/2006 18:29:07
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
Divers
Thread ID:
01111730
Message ID:
01114173
Vues:
17
>>Boris:
>>
>>I tried your suggestion and got an error message "Cannot find entry point ShowWindow in the DLL".

Just one comment on this one, if you use the Beautify Tool, it will screw up the declaration of ShowWindow, you have to use an undocumented Beautify directive (VFP9 only):
*#beautify keyword_nochange
DECLARE INTEGER ShowWindow IN user32 AS ShowWindowAPI ;
	INTEGER HWND,;
	INTEGER nCmdShow
*#beautify
I also declare ShowWindow as ShowWindowAPI to avoid confusion with the native ShowWindow property.

Carlos Alloatti
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform