Activex wrap activex [英] Activex wrap activex

查看:135
本文介绍了Activex wrap activex的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我创建了一个使用MFC的activex控件项目。当我将另一个activex控件添加到我的activex项目中时,它没有工作。

代码:

 CHoops3dstream m_hoopsCtrl;  //   CHoops3dstream是嵌入式控件 
CRect rect;
rect.SetRectEmpty();
m_hoopsCtrl.Create(_T( hoops3dstream),WS_CHILD | WS_VISIBLE,rect,< span class =code-keyword> this ,IDS_HOOPS3DSTREAM);



请告诉我错误。

谢谢!

解决方案

只是回答它,将其从未答复的堆栈中取出。



OP找到了解决方案并发布了评论:当我在localhost上使用IE浏览器测试我的activex项目时,它没有运行且IE是当我通过Navisworks控件更改CHoops3dstream控件时,可能是CHoop3dsstream控件无法嵌入b / c,它工作正常


我有同样的问题,你现在解决了

Hi everyone,

I created an activex control project use MFC. When I added one another activex control into my activex project, it didn''t work.
code:

CHoops3dstream m_hoopsCtrl;//CHoops3dstream is embedded control
CRect rect;
rect.SetRectEmpty ();
m_hoopsCtrl.Create(_T("hoops3dstream"), WS_CHILD | WS_VISIBLE, rect, this, IDS_HOOPS3DSTREAM);


Please tell me that error.
Thanks!

解决方案

Just answering it to take it out of unanswered stack.

OP found the resolution and has posted as comment: when i tested my activex project on localhost used IE browser,it didn''t run and IE was closed.May be CHoop3dsstream control can''t embed b/c when i changed CHoops3dstream control by Navisworks control, it worked normal


I have the same problem, you solve now


这篇关于Activex wrap activex的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆