描述:
请问已经用MFC编好的应用程序,如何方便的转化成MFC ActiveX控件?
使用了文档和视类。
如上。急!请帮忙。
解决方案1:
gz
gz
解决方案3:我也很想知道啊,这几天一直在研究,还是没有不怎么如意,请高手多多指点。我的MSN:jx_rufeng@yahoo.com 欢迎实时讨论,一起解决!!
解决方案4: Take a look at the following article:
http://www.microsoft.com/mind/defaulttop.asp?page=/mind/0497/mfc.htm&nav=/mi
nd/0497/inthisissuecolumns0497.htm
In it, the author ported the MFC Scribble application to an ocx. There is a
CActiveXDocControl class as part of it that you may find helpful. Basically,
it will wire doc/view into your ocx by parenting a CFrameWnd to your
COleControl, which in turn will house a CView.
up