Click here to Skip to main content
15,897,226 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am using VS2008, vb.net, Office 2007 and Window 7 (OS).

How can open word document inside the "Microsoft Web Browser" control using vb.net.
i have followed this link also...

http://support.microsoft.com/kb/304643

Word document open inside the "microsoft web browser" control by using VS 2008,vb.net, office 2003 and Win Xp. but it is not open inside the "microsoft web browser" control by using VS2008,vb.net office 2007 and Win 7.

how can do thats word doc open inside the "microsoft web browser" control by using VS2008,vb.net, office 2007 and Wind 7.

Thanks nd Regards
mukesh
Posted
Updated 22-Apr-11 22:57pm
v2

1 solution

When you send the document to the client with Content-type to 'application/msword', it will be opened by the default handler that is registered. This means that id Word is installed, it will be likely to be opened with Word.

Some additional info:
http://www.shaunakelly.com/word/sharing/opendocinie.html[^]

Good luck!
 
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