版主你好。我浏览论坛贴子,这个方法可不可行
就是说,我在已经安装Component One的机器上面。通过一个函数获得出来这个LicenseKey,然后在需要动态创建这个OCX控件的时候直接
m_grid.Create(lpszWindowName, dwStyle, rect, pParentWnd,
nID, pPersist(默认为NULL), Storage(默认为FALSE),
bstrLicKey); 直接将通过小工具获得Key值替换bstrLicKey 就不提示未授权了
地址
https://gcdn.grapecity.com.cn/showtopic-6137-1-1.html
如果可行,bstrLicKey这个东西能读到吧 |