C# winform 使用DsoFramer 建立 顯示office 文檔

來源:互聯網
上載者:User

標籤:winform   c   style   class   blog   a   

使用微軟DsoFramer 組件建立,顯示office

1. DsoFramer  組件的介紹

dsoframer是微軟提供一款開源的用於線上編輯、調用Word、 Excel 、PowerPoint等的ActiveX控制項。國內很多著名的OA中介軟體,

電子印章,簽名留痕等大多數是依此改進而來的。

 2. C# winform 或者web 顯示

  開發的方式下載 DsoFramer 

  下載的介面如下:

  

   

    使用就是這以上的兩個dll

     

 代碼: 

public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        AxDSOFramer.AxFramerControl control = new AxDSOFramer.AxFramerControl();
        private void button1_Click(object sender, EventArgs e)
        {
            control.Dock = DockStyle.Fill;
            panel1.Controls.Add(control);
        }
    }

    介面

   

 

  3 .運行效果

開啟 excel

 

 開啟 word

 

開啟 ppt

以上為測試代碼以及

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.