c# 使用C++mfc开发 DSOFramer问题
当我在使用C++ mfc 开发dso 控件时,出现了以下一个问题,代码部分:
当执行到代码,
menuResearch = (Office.CommandBarPopup)menuBar.Controls.Add(Office.MsoControlType.msoControlPopup, missing, missing, menuHelp.Index, true); 出现以下错误提示:Error HRESULT E_FAIL has been returned from a call to a COM component
针对这样的情况,是不能编辑当前excel 对象吗,还是控件的问题,
--------------------编程问答-------------------- office组件的问题 --------------------编程问答-------------------- 最好不要用com方式。 --------------------编程问答-------------------- 代码看不到呀,也许是类型匹配的问题。
补充:.NET技术 , C#