Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registering Controls from inside VFP
Message
 
 
To
30/03/2001 17:00:14
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00490297
Message ID:
00490510
Views:
10
Alexander,

If there is no FAQ on this topic already, please, place both your advices into the FAQ section.

>I just got an idea, if a control (DLL or OCX) has function to register itself, why do not call it directly?
>

>* just to handle errors
>lSuccess = .T.
>nResult = 0
>On Error lSuccess = .F.
>Declare Integer DllRegisterServer In SomeDLLorOCX
>nResult = DllRegisterServer()
>On Error
>Clear DLLs
>If m.lSuccess And m.nResult = 0
> && we have it sucessfully registered
>Else
> && it may be no ActiveX control or some other problem
>EndIf
>

>The same way, but using DllUnregisterServer, we may unregister control, remove entries created through DllRegisterServer.
>
>Alex
>
>P.S.
>Maybe post this idea to FAQ?
>
>>Is there a way inside VFP (preferably without the RUN command) to determine if a control (DLL or OCX) has been registered, and if not register it?
>>
>>Bryan A. Jackson
>>FOCUS CMC
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform