对话框中内嵌WORD的问题!
最近想做一个东西,要求在对话框上嵌入WORD文档,但是该WORD要求不能修改,点击对话框上的列表可以实现WORD文档的定位,类似WORD的标签一样,同时,也能实现WORD内容在指定位置的填写。
不知道以上功能该怎么做,IE浏览器能不能满足上面的功能,偶是菜鸟,谢谢!
问题点数:100、回复次数:3Top
1 楼syy64(太平洋)回复于 2006-03-20 19:18:35 得分 20
OLE AUTOMATIONTop
2 楼jiangsheng(蒋晟.Net[MVP])回复于 2006-03-21 08:02:30 得分 80
http://support.microsoft.com/default.aspx?scid=kb;en-us;311765
The DsoFramer control has a ReadOnly parameter in its Open method. You also need to call Dsoframer.ActiveDocument.Protect(wdAllowOnlyFormFields);
reference
http://support.microsoft.com/?kbid=191028Top
3 楼jiangsheng(蒋晟.Net[MVP])回复于 2006-03-21 08:04:32 得分 0
for more information about word automation, see
http://word.mvps.org/FAQs/MacrosVBA/index.htm
http://support.microsoft.com/kb/q194906/Top




