Click here to Skip to main content
15,914,780 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am using Axoframer control in my C# Windows Form Application to load the Ms-Word Document on my Application.I can able to open the file successfully and also,easily navigate the file through axoframer control.

I have loaded the Word document in axoframer control while my form is loading.After form is loaded,intially axoframer control displayed the below mentioned error message.

"Unable to display inactive document. Click here to reactivate the object.".

After, clicking this line on the axoframer control, then the word document coming to visible.

The, Same problem occurred while maximize that form after minimized it.Is this any way to refresh this document of the control? How to load a document without getting this ERROR MESSAGE.

Please Guide me get out of this issue...

Thanks & Regards,

P.SARAVANAN
Posted
Updated 16-Jun-11 6:34am
v2
Comments
Member 9476702 16-Dec-13 9:49am    
public Form1()
{
InitializeComponent();

axFramerControl1.FrameHookPolicy = OfficeCtrl.ocFrameHookPolicy.ocSetOnFirstOpen;
axFramerControl1.ActivationPolicy = OfficeCtrl.ocActivationPolicy.ocKeepUIActiveOnAppDeactive;
}

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900