Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registering objects
Message
 
 
To
15/01/2001 11:00:25
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00463742
Message ID:
00463780
Views:
13
*snip*
>They are running it on a single shared server. So I guess I must run the regsrv32 on the server.
>
>Are there any parameter(s) I must send when issuing regsrv32.exe?
>Do I run regsrv32.exe out on the DOS prompt?

PMFJI, but you need to pass the name of the OCX to Regsvr32 like:

regsvr32 MyOcx.Ocx

This can be done at the DOS/CMD prompt. You could also use the DLLRegisterServer function in the OCX. An OCX is also a DLL. Ex.

declare integer DllRegisterServer in Comctl32.ocx
DllRegisterServer()

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform