Click here to Skip to main content
15,893,487 members

Comments by Coder.86 (Top 4 by date)

Coder.86 6-Aug-13 18:03pm View    
Thanks for your reply. The requirement is to have all of the excel sheet generation capabilities (office will be available only in the Window servers - users will logon to the server to work on it) need to be controlled from the WinForm window. The users need to be shown only one instance that too in an embedded manner in the Winform window. They can't have any of the Office Ribbon>File Menu related UI (like New, Save, Open, Save as etc). This is what we are targeting for.
Coder.86 6-Aug-13 17:37pm View    
Hi Ron, You are not entirely correct. We can still embed office documents and work with interop components but with some tweaks to the registry. The link says it may not work but works. I am just curious about anyone using this methodology/any other to embed office documents in WinForms & their recommendations. I saw your link Office webviewer but we require the office document editing capabilities on a WinForm.

Thanks
Coder.86 5-Aug-13 18:31pm View    
I can't use WPF WebBrowser control as it doesn't provide interfaces to talk to the COM components (Interop Excel, Word) which I require for attaching ActiveX documents (like MS Office documents).
Coder.86 16-May-13 11:27am View    
Hi Sergey, Thanks for commenting on it. The requirement here is - we need to show 2 levels of headers and the 2nd level header will have leaf nodes (the data), example - Level1 has Country, Level 2 has State, State will expand to show list of cities in it. Basically we are trying to mimic the Accordion control functionality using the Expander by employing two levels of Expander controls. Is there any better idea on this and for me till this point - Expander fulfills it except the above mentioned in my actual question. I used the animation provided in this article - http://www.codeproject.com/Articles/248112/Templating-WPF-Expander-Control