Click here to Skip to main content
16,004,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Scenario:
I want to show word file on windows form in any control.I don't want want to convert it to HTML and then show it using Webbrowsercontrol.

Is there any control like word viewer exist in C#.net

Thanks
Prasad
Posted

Looks like there are some suggestions[^].
 
Share this answer
 
Word registers an OLE[^] object, which you can embed. This requires Word to be installed on the computer however. This is how WordPad works with the Insert Object functionality.

Not sure how this is done in C#, but perhaps start by looking at the OLE DB Tutorial[^]
 
Share this answer
 
v2

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