Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding datetime picker to working application
Message
 
 
To
25/10/2001 17:58:10
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00573438
Message ID:
00573460
Views:
28
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 ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform