Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Como instalar ocx no cliente ?
Message
De
03/03/2002 08:03:17
 
 
À
03/03/2002 07:58:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00627514
Message ID:
00627523
Vues:
30
>OK entao devo usar
>
>RUN /N Regsvr32 /s MSMAPI32.OCX
>
>com isso poderei usar o arquivo .bat sem problemas, valew..


O pode usar Windows Script Host:
#define SW_SHOW_NORMAL 1
#define SW_SHOW_MINIMIZED 2
#define SW_SHOW_MAXIMIZED 3
oShell = createobject("WScript.Shell")
oShell.Run("Regsvr32 /s MSMAPI32.OCX",SW_SHOW_MINIMIZED,.T.)
release oShell


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform