在目标机器上注册 Formula One 组件
在编程中实现注册,代码如下:
1)在 local external function 中定义函数 :
Function long DllRegisterServer() Library "vcf15.ocx"
2)在 Formula One 控件的 Constructor 事件中增加如下代码:
long ll_rc
ll_rc = DllRegisterServer()
if ll_rc >= 0 then
super :: Event Constructor()
end if
本文地址:http://com.8s8s.com/it/it21426.htm