document-view

VS 2008 MFC Feature Pack - How do I

落爺英雄遲暮 提交于 2019-12-25 00:26:11
问题 I have an application I'm writing using the MFC Feature pack. It uses Document/View. Since these classes are derived from "normal" MFC classes, these questions may not be Feature Pack specific. When a change is made, I add an asterisk * to the name on the tab, and the word (modified) to the main window title using the following code: tabval = "Report_" + pDoc->rptData.reportId.Strip(); winval = tabval; if (changed) { tabval += " *"; winval += " (modified)"; } frame->SetTitle(tabval); frame-

word document viewer browser plugin

懵懂的女人 提交于 2019-11-27 15:32:25
Is there a browser plugin or an extension that allows the user to view .doc files in browser? I need to embed in my application, a document viewer. So far, I tried using services like google docs, but this solution doesn't work for our application, because of some security problems. Do you know about the Office Web Apps ? Microsoft developed something similar to Google Docs and you can use the Word Web Application to view Word files. It will pretty much display anything - a lot of editing functions from the offline version are not available though. If you are just looking for a viewer search

word document viewer browser plugin

那年仲夏 提交于 2019-11-26 17:12:37
问题 Is there a browser plugin or an extension that allows the user to view .doc files in browser? I need to embed in my application, a document viewer. So far, I tried using services like google docs, but this solution doesn't work for our application, because of some security problems. 回答1: Do you know about the Office Web Apps? Microsoft developed something similar to Google Docs and you can use the Word Web Application to view Word files. It will pretty much display anything - a lot of editing