Embedding a word document in C#
-
Hi, Is it possible to to embed a word document in a C# form view? Like the internet explorer, when we visit a URL of a word document, the document will be opened in the browser instead of launching a stand alone MS Word. If yes, how to do so? Thanks
-
Hi, Is it possible to to embed a word document in a C# form view? Like the internet explorer, when we visit a URL of a word document, the document will be opened in the browser instead of launching a stand alone MS Word. If yes, how to do so? Thanks
This article might be of use since one of the example screenshots shows a worddoc embedded in a browser control, but because of it's length I haven't read it. http://www.codeproject.com/books/0764549146\_8.asp?
-
Hi, Is it possible to to embed a word document in a C# form view? Like the internet explorer, when we visit a URL of a word document, the document will be opened in the browser instead of launching a stand alone MS Word. If yes, how to do so? Thanks
Also look at this, unlike the monster I linked earlier it's very strait forward copy/paste exercise. IT gives everything except the menus which apparently aren't supported by the control. If you find a way to get them working, please post something here, or otherwise let me know since I'm looking into embedding office components as well. (primarily excel since a richedit control would do for what i need with text, but adding all the needed functions from excell into a datagrid would really suck) http://support.microsoft.com/default.aspx?scid=kb;en-us;304662 EDIT: I'd think/hope there's a way to do it, since if you drag/drop office files into IE itself the proper menus are loaded but there doesn't appear to be one.