You may want to do some research on the OpenXML file format, it's not as simple as raw text. For something like this I'd look for a library that extracts Word files and then place the (hopefully) formatted text in my control.
Aspose.Words is a good library for this that I use professionally, but it's not free.