How to use the WebBrowser control to open Office documents in Visual C# 2005 or in Visual C# .NET
Describes some sample steps for how to use the WebBrowser control to open Office documents in Visual C# 2005 or in Visual C# .NET. ... private void button1_Click(object sender, System.EventArgs e) { String strFileName; //Find the Office document....