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
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
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