Click here to Skip to main content
15,898,036 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need a help regarding c# windows applications my requirement is leave letter uploading in my site so, when i upload the leave letter or word file in my site then the things like employee name,designation, leave days should automatically fill in textbox's by which i can reduce the time of filling all details . i need the demo for this please any one can help me out for this because i saw so many sites but i dnt get any thing.plz send me code any one..
Posted

Sorry but no one is going to do your work for you. This site exists to help people with specific technical questions on projects that they have developed.

You should start by looking at the Microsoft.Office.Interop.Word Namespace[^].
 
Share this answer
 
http://msdn.microsoft.com/en-us/library/office/microsoft.office.interop.word%28v=office.11%29.aspx[^]


Just add below namespace:

Using Microsoft.Office.Interop.Word;
 
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