Create Office Applications : Office : Windows C# Examples


C# Examples » Windows » Office »

 

Create Office Applications









    
using  System;
using  System.Windows.Forms;
using  System.Runtime.InteropServices;
using  Word;

class  MainClass  
{
    [STAThread]
    static  void  Main(string[]  args)
    {
        Word.ApplicationClass  MyWord  =  new  Word.ApplicationClass();

        MyWord.Visible  =  true;
        System.Windows.Forms.Application.Run();
    }
}
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Windows
» Office