席主
昨天升迁的时候,发现ACCSS 和SQL SERVER的游标类型居然都不一样
在ACC上正常运行的游标,到了SQL SERVER就出错了
gninihs
高端 席主
小宝
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
叔大菜白
这个问题我以前也遇到过,是小宝师父帮我解决的 席主
小宝,上面是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这个问题,他写过代码告诉别人怎么实现的