佚名通过本文主要向大家介绍了dialogbar,idd dialogbar,ocx控件安装,ocx控件下载,ocx控件注册等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题: 在dialogbar中加入OCX控件后不可见
描述:
解决方案1:
描述:
在dialogbar中加入Microsoft Office Record Navigation Control控件。
显示的时候dialogbar中的Microsoft Office Record Navigation Control控件不可
见。
如何显示Microsoft Office Record Navigation Control控件。
解决方案1:
DLL中需要的OLE的初始化最好在放在调用DLL的主应用程序中,而不要放在DLL中。
参见Q154320 BUG: AfxOleInit Returns TRUE Without Initializing OLE in a DLL
是呀,刚才做了个例子,产生一个MDI项目
使用Add component加入一个dialogbar
加入一个OCX控件
没问题