关于OFFICE 文件在线编辑dsoframer
下载dsoframer.ocx
系统为32位时:拷贝 dsoframer.ocx 到c:\windows\system32\dsoframer.ocx
打开cmd命令行注册 regsvr32.exe c:\windows\system32\dsoframer.ocx
为64位时:拷贝 dsoframer.ocx 到c:\windows\SysWOW64\dsoframer.ocx
注册命令 regsvr32.exe c:\windows\SysWOW64\dsoframer.ocx
由于windows7权限要求必须以管理员身份运行cmd指令
对于64位操作系统:SysWOW64表示该文件夹下是可以执行的32位配置及控件文件
————————————————
System.Drawing.Color colors = Color.FromArgb(255, 100, 0);
axFramerControl1.Caption = "hello button!";//标题栏text
axFramerControl1.BackColor = colors;//(b,g,r)//背景颜色
axFramerControl1.BorderColor = colors;//边框颜色
axFramerControl1.Titlebar = false;//标题栏隐藏显示
axFramerControl1.BorderStyle = 0;//无边框
axFramerControl1.Caption =axFramerControl1.BorderStyle.ToString();//边框属性读取
axFramerControl1.Toolbars = true;//显示隐藏工具栏
axFramerControl1.CreateNew("Word.Document");//新建空白word文件
axFramerControl1.Open("C:\\path\\myfile.word");//打开文件(注意路径必须为双斜杠否则报错)
axFramerControl1.Save();//保存文件
https://pan.baidu.com/s/1dDJe4mt
https://blog.csdn.net/weixin_33929309/article/details/92021094
https://www.cnblogs.com/JeffController/p/4980574.html
http://www.wisestudy.cn/opentech/dso_framer_winform.html
https://www.cnblogs.com/liping13599168/archive/2009/09/13/1565801.html 非常重要
https://wenku.baidu.com/view/b59dd844c950ad02de80d4d8d15abe23482f031a.html