Introducing Windows Presentation Foundation
http://msdn.microsoft.com/en-us/library/aa663364.aspx



WPF DocumentViewer doesn’t release the XPS file – Stack Overflow
http://stackoverflow.com/questions/283027/wpf-documentviewer-doesnt-release-the-xps-file



How do you hide a WPF DocumentViewer’s menu bars? – Stack Overflow
http://stackoverflow.com/questions/1649325/how-do-you-hide-a-wpf-documentviewers-menu-bars



DocumentViewer ControlTemplate Example
http://msdn.microsoft.com/en-us/library/aa970452.aspx#example



How to hide Zoom control and Page Nagivaton control in FlowDocumentPageViwer
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/89714be6-9d0a-43e7-8ade-5a0b172035e8



Hosting Office in a WPF Application « Dr. WPF
http://drwpf.com/blog/2007/08/24/hosting-office-in-a-wpf-application/



Control Powerpoint SlideShow projection from within WPF Application
http://social.expression.microsoft.com/Forums/en-US/wpf/thread/9db90c63-c302-4a1a-b813-c99df9824777/#



Hosting Office in a WPF Application « Dr. WPF
http://drwpf.com/blog/2007/08/24/hosting-office-in-a-wpf-application/



如何配置 Internet Explorer 以在适当的 Office 程序中而不是 Internet Explorer 中打开 Office 文档
http://support.microsoft.com/kb/162059



Control how the browser opens PowerPoint files
http://www.pptfaq.com/FAQ00189.htm



如何去掉WebBrowser的滚动条
http://topic.csdn.net/u/20090810/16/3af8c31b-2cc8-4b9c-9c6c-5e80f5a63c3b.html
System::DelphiInterface <IHTMLDocument2>  htmldoc2;
                  System::DelphiInterface <IHTMLFramesCollection2>  htmlframecoll;
                  System::DelphiInterface <IHTMLFrameBase>  htmlframebase;
  
                  disp  =  this->CppWebBrowser1->Document;
                  if(!disp)
                                  return;
  
                  disp->QueryInterface(IID_IHTMLDocument2,(void  **)&htmldoc2);
                  htmldoc2->get_frames(&htmlframecoll);
                  htmlframecoll->QueryInterface(IID_IHTMLFrameBase,(void  **)&htmlframebase);
   


 

历史博文

标签:
三月 13, 2010 at 6:54 下午 by yippee 9 次
Category: Info
Tags: