Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registering Controls from inside VFP
Message
From
30/03/2001 17:00:14
 
 
To
30/03/2001 09:06:31
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00490297
Message ID:
00490475
Views:
11
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
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform