V
VJ
I am using the web browser control.., I would like to add the control at
runtime...
I was adding the web browser control at desgin time. Now I decided to add
the control at run time so I removed the control from the form and also the
refrences to AxSHDocVw and SHDocVw, then I added the following statments
Dim axwbOfficeDocEditor As New AxSHDocVw.AxWebBrowser
Me.Controls.Add(axwbOfficeDocEditor)
axwbOfficeDocEditor.Dock = DockStyle.Fill
I get the following error,
Type 'AxSHDocVw.AxWebBrowser' is not defined.
What am I missing?? Can't I add the webbrowser control at run-time?
VJ
runtime...
I was adding the web browser control at desgin time. Now I decided to add
the control at run time so I removed the control from the form and also the
refrences to AxSHDocVw and SHDocVw, then I added the following statments
Dim axwbOfficeDocEditor As New AxSHDocVw.AxWebBrowser
Me.Controls.Add(axwbOfficeDocEditor)
axwbOfficeDocEditor.Dock = DockStyle.Fill
I get the following error,
Type 'AxSHDocVw.AxWebBrowser' is not defined.
What am I missing?? Can't I add the webbrowser control at run-time?
VJ