Click here to Skip to main content
15,917,565 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
i have a richtextbox ,a textbox and a button in c# windows form.i also have a 100 page ms-word .doc file .i want to make an application which displays only that page in richtextbox which is containing the exact word written in textbox. for example: if i write "hello" in textbox and click on search button then richtextbox should display all content of page which is having "hello" word.
Posted
Updated 26-Feb-17 18:47pm

This is an article about working with Word (using C#) on CodeProject:
Summarize C# Control Word Skills[^]
 
Share this answer
 
Comments
Member 9419412 15-Sep-12 15:38pm    
thanx sir it solved my problem
C#
public class{
 string s=string.Empty;
}
 
Share this answer
 
Comments
CHill60 27-Feb-17 9:17am    
This has nothing to do with the question!

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