主席
昨天升迁的时候,发现ACCSS 和SQL SERVER的游标类型居然都不一样
在ACC上正常运行的游标,到了SQL SERVER就出错了
shining
高端 主席
小宝
Originally Posted bysmileyoufu
3.OS:Win7 Chinese (64)+”MenuAndToolbarDemo” --Error]Also cannot reproduce the problem (from the Demo-Code you posted) -
but you might add some explicit cleanup-code for the pnlTool-Panel
(in Form_Unload)...
Code:Private Sub Form_Unload(Cancel As Integer) pnlTool.Unload Set pnlTool = NothingEnd SubAs for the MenuAndToolbarDemo itself - what if you use the (Dll-compiled)
Widget-Classes directly from the vbWidgets.dll ...
Steps to switch to vbWidgets.dll:
- remove all the Private Class-Files from the Project (cfPopUp and all cw... Classes).
- put a reference to a recent vbWidgets.dll into the MenuAndToolbarDemo-Project (it contains the just removed Classes)
What is the behaviour then?
Olaf
白菜大叔
这个问题我以前也遇到过,是小宝师父帮我解决的![](//uploads.xin1234.com/Admin/MMFls/upload/2648241a62dcf9aa08eeb9eb74dadec5/2016-08/0D1F519E-C5D5-4c79-9762-098996135459.gif)
主席
小宝,上面是vbRichClient5作者的答复
主席
作者说在他电脑上也也没有出现这个错误
说是在窗体卸载事件中添加一些显示清理面板的代码
主席
你电脑上还有没那个源码的实例,有的话,能不能帮我试一下
我单位的电脑装的精简版的,没发编译exe,所以测试不到
主席
哦,那就没戏了
What is the behaviour then?
这句话没看懂
求个英文大神翻译一下
主席
As for the MenuAndToolbarDemo itself - what if you use the (Dll-compiled)
Widget-Classes directly from the vbWidgets.dll ...
Steps to switch to vbWidgets.dll:
- remove all the Private Class-Files from the Project (cfPopUp and all cw... Classes).
- put a reference to a recent vbWidgets.dll into the MenuAndToolbarDemo-Project (it contains the just removed Classes)
What is the behaviour then?
Olaf
全部翻译一下
他比烟花寂寞
你最好重新编译一下vbwidgets.dll,用中文系统。
主席
编译了的
故障和 vbwidgets.dll 无关
不用 vbwidgets.dll 都会发生故障
他比烟花寂寞
普通的vb6的form如何使用vbwidgets,vbwidgets上如何使用普通ocx控件,特别响应事件,olsf给出的答案实在是太复杂了,必须借助ATL方式。
主席
答复的网址有没有,我区看看
普通的vb6的form如何使用vbwidgets-------这个很简单
vbwidgets上如何使用普通ocx控件-------这个没答案
他比烟花寂寞
这个是有的,而且是可以实现的,不过我刚才说了,太复杂了
他比烟花寂寞
一时找不到,不过因为别人问过Oslf这个问题,他写过代码告诉别人怎么实现的