Dear all,
I have an olecontrol inserted in a window.
On a button I execute the following code:
string s="c:\testA.docx"
ole_1.displayname=s
ole_1.LinkTo(s)
ole_1.activate(offsite!)
ole_1.saveas("c:\testB.docx"
testB.docx will be created but when double clicking to open the file, ms word complains that is corrupted!!
Why??
my environement is :
Office 2010
PB 12.5.2 lastes update
Any help would be much appreciated.
Thank you,
Frank