Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding datetime picker to working application
Message
 
À
25/10/2001 17:58:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00573438
Message ID:
00573460
Vues:
27
lcfile1="\\(ServerName)\mscomct2.ocx"
lcfile2="c:\windows\system\mscomct2.ocx"
COPY FILE (lcfile1) to (lcfile2)
lcrunfile="run /n c:\windows\system\regsvr32.exe /s "+lcfile2
&lcrunfile

HTH,

Tom

>I want to start using ms datatime picker ( mscomctrl2.dtpicker.2, file mscomct2.ocx ) in my existing VFP 7 LAN application.
>All users run a common myapp.exe file in LAN server.
>
>Unfortunately, datetime picker control is not registered in users computers.
>Due to large number of workstations it is difficult to walk through all workstations to run some setup program. I need automatic setup.
>
>I need that at startup myapp.exe file checks for registration and
>registers datetime picker control.
>I can put mscomct2.ocx and depending files
>to the same directory where my myapp.exe file resides.
>
>Is it possible to register this control at application startup automatically ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform