Hi,

I have an standlone C# application where I am writing some data on to word document ( using COM concept ) to get APIs for writing and handling MS word application and document.

Can I know some sample example to write data properly because with what I am writing it is crashing after some time ( 5-10 mins) saying " Writing format is too complex , try to save your data... "

so I want an opitimize way to write data to the ms word document in C#, can some one help me.

Also we dont have MSDN help for these APIs'' we have to use the intellisense listing in the .net studio and use it by trial and error..

thanks