Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registering objects
Message
 
 
To
15/01/2001 11:25:00
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00463742
Message ID:
00463799
Views:
16
>Thanks Larry.
>
>can I issue "declare integer DllRegisterServer in Comctl32.ocx" and "DllRegisterServer()" at the client site even though they only have run time files.

Yes. All you are doing is declaring a DLL function. This is supported under any version of VFP. You will need to have the OCX and all of its support files on the local PC. You can use the VS utility Depends.Exe to determine what files are needed for the OCX to work. You can also get this information from the dependency file. It is usually named the same as the OCX but with DEP extension. It will list the files needed for the OCX to work. For example, Comctl32.OCX needs the following:

COMCAT.DLL
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