control to display docx (word files) and xls (excel files ) inside vb.net form
which are the control used to display word files and excel sheets inside vb.net forms ? (i have alrea开发者_JS百科dy added reference lib.)
Platform: Vb.net (framework : 3.5) language : visual basic
You should be able to display word and excel files in Visual Basic using Microsoft's WebBrowser control. You can find more information and example code here:
http://support.microsoft.com/kb/243058
- Jeff
精彩评论