Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am programming a Textedit application by MFC.
I need a "Find" feature with:
1. multi-keywords finding.
2. Show the finding result in another dialog window in the application.

Anyone know if any MFC project has such feature?

Candy~
Posted

1 solution

Add a button or menu item for "Find" and pop a dialog to accept the keywords. Use the keywords in your find function(s) and display your results in another Window. Or do you mean the CFindReplaceDialog[^]?
 
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