Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reg activex manually
Message
 
 
To
01/06/2001 09:17:17
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00513718
Message ID:
00513725
Views:
11
>I know the setup wizzard will automaticly register the activex contol,
>but how do you do it programiclly.

Either

! /N REGSVR32 comctl32.ocx

Or
declare integer DllRegisterServer in comctl32.ocx
if DllRegisterServer() = 0 then
   * registerd correctly
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