I managed to open a Word Document in an MFC application. What is the best way to search for specific strings in that document? I want to extract those strings and compare them to a set of presaved CString objects.

Would it work in a similar way to the CStdioFile class? (eg finput.ReadString)