/********************************************\
| 欢迎转载, 但请保留作者姓名和原文链接, 祝您进步并共勉! |
\********************************************/
读VC++内幕之体悟 - 11
作者: Jerry Cat
时间: 2006/09/10
链接:http://www.cppblog.com/jerysun0818/archive/2006/09/10/12225.html
通过在函数OnInitDialog中加入AfxOleLockControl(someActivexControl.GetClsid());可以把ActiveX控件锁定在内存中,这样,除非程序退出或者调用了AfxOleUnlockControl,ActiveX控件将总在内存中。
posted on 2006-09-10 20:20
Jerry Cat 阅读(671)
评论(3) 编辑 收藏 引用