Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Como instalar ocx no cliente ?
Message
From
03/03/2002 08:03:17
 
 
To
03/03/2002 07:58:50
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00627514
Message ID:
00627523
Views:
31
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform