请教:如何在MFC对话框内显示幻灯片(sld档案)?
请教各位高手:我用C++开发ACAD,但不知在MFC对话框内如何显示幻灯片(sld档案)?请各位高用指点一二!先谢了!读出sld文件的数据,然后用CPen直接画.不过很麻烦的。
謝謝指教!只能這樣做嗎?有沒有方便點的方法?
我找不到,能否幫忙,給個詳細的綱址,thanks
[引用]以下来自AutoCAD Developer Knowledge Database
[引用]以下来自AutoCAD Developer Knowledge DatabaseDisplaying AutoCAD slide in a MFC or VB dialog box
ID 1670 Applies to: AutoCAD R14 Date 05/06/00
Question
How can I display an AutoCAD slide in a MFC or VB dialog box ?
Answer
In the release versions of AutoCAD prior to R14, AutoCAD slides files (*.sld)
are in an internal AutoCAD format that can be displayed in DCL dialog boxes
(image_tile) only. DCL dialogs are available in AutoCAD only, They are not
compatible with Win API interfaces, so they can not be used in MFC dialogs
directly.
There is an ActiveX control (OCX control) created just to solve the problem. It
makes possible to display AutoCAD slides (any type/revision/platform origin) in
a MFC/VB dialog. The slides can be single slide files (*.sld) or embedded into
an AutoCAD slide library (*.slb). There is also a 'Slm.hlp' file which provides
more information on how to install and how to use the ActiveX control in your
MFC/ARX application.
You can download the Slm application and the Slide OCX control from the ADN web
site.
请记录
ACAD二次开发ActiveX控件集Thank you,i have got it!
不知道控件怎么用呀,帮助文件好像也不全!!
页:
[1]