Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » About IWebBrowser2 Collapse All
Subject Author Date
tera tera Sep 30, 2009 - 4:00 AM

Hello.


In the IWebBrowser inside, I want to display Excel.

Excel is never displayed.

I am troubled very much.




Advice please. 


tera tera Oct 2, 2009 - 3:32 AM

 


Is not there the sample program good somewhere?


Advice please.  

Technical Support Oct 2, 2009 - 2:00 PM

We don’t know any ready to use sample. But it should not be very difficult to create an ActiveX control which will display an Excel or any other document. Please create two MFC based projects. One is ActiveX control. Second is the SDI active document container application. Then embed the active document view, WS_CHILD-based analog of main frame and document classes of the second project into the first project. As result, your ActiveX control will display OLE documents and you can create this ActiveX inside any ActiveX container applications like IE.

Technical Support Oct 1, 2009 - 6:30 AM

Excel is an OLE server and container rather than an ActiveX control. You cannot display it inside ActiveX containers like IE browser. You should create control like DsoFramer inside ActiveX container (IE), then ask the DsoFramer control to display an OLE document inside it.