tags:

views:

35

answers:

1

which are the control used to display word files and excel sheets inside vb.net forms ? (i have already added reference lib.)

Platform: Vb.net (framework : 3.5) language : visual basic

+1  A: 

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
knslyr