CRichEditCtrl利用ole显示word文档
doc.AttachDispatch(app.GetDocuments());
doc1.AttachDispatch(doc.Add(&a,&b,&c,&d));
Rangerange;
//求出文档的所选区域
range=doc1.GetContent();//取出文件内容
CStringstr;
str=range.GetText();
m_richedit.SetWindowText(str);
.............
文件列表
XSWord.rar
(预估有个22文件)
XSWord
XSWord.clw
1KB
XSWord.plg
2KB
StdAfx.cpp
208B
XSWord.h
1KB
msword.cpp
138KB
XSWord.aps
37KB
XSWordDlg.cpp
5KB
XSWord.suo
23KB
msword.h
35KB
用户评论