Hi, We need to host MS Office applications(integrate) in WPF. I tried web browser but that supports only PDF hosting. Then there is DSO Framer control, but that uses Windows host as root element. There we loose some flexibilty(Like dynamic resizing of window etc.). Is there a better way out Thanks
A
amit_1986
@amit_1986
Posts
-
Hosting MS Office in WPF app -
Print HelpThnaks .. Needed a pust to start , got it . Something called System.Drawing.Printing , Thanks a lot ..
-
An odd predicament with windows formsWhen u drag and drop a button , set its x, y location to 0 , set height width to 0 .. what would happen ?? Thats your issue right now. Just set these parameters and it will show up.
-
Print HelpHi. We are working on .net 3.5(wpf,WCF). We have a set of string say a List of a class with string data. We need to print it. What is the best way out, keeping it lightwieght and simple. Thanks