Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I opening a new document file from embedding word file of my project.
I write some data into that opening new document and save to that data into sql server through programming.

But i want to read that opening document through my runtime execution.

How will i read that opening document through runtime???

Please anybody help me for above problem....
Posted
Comments
bbirajdar 27-Aug-12 10:05am    
Use Microsoft Word Interop

1 solution

You should be able to do what you want with this link:
http://support.microsoft.com/kb/316383[^]

You shouldalso write aq memo to self, always search the Microsoft documentation first ;)
 
Share this answer
 

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