المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Please help me about working with Word - Very URGENT



C# Programming
09-22-2009, 06:11 AM
Hi everybody,
Now, I have to create a Word file from a word template, i have faced a difficult problem when replace a text on Word file.

In my file Word template, I have 5 lines with the text is "Name_of_Applicant". (Please note that the BOOKMARK will not use in this template)

In my C# code, I would like to do as follows:
1. Find the text "Name_of_Applicant" and Replace it.

2. I do For(int i=0;