G
Guest
Hi,
I am using VS .NET 2003 and I have a .NET Windows Forms application in C++
..Net.
I want to add a web browser control on one of the forms. This is how I am
currently doing it:
1. Added the COM component Microsoft web browser to the form. This
actually generate a couple of wrapper Dll's AxInterop.SHDocVw.dll and
Interop.SHDocVw.dll.
Everything works fine and I can navigate the HTML document using the control .
However, I need to deploy these two additional DLL's AxInterop.SHDocVw.dll
and Interop.SHDocVw.dll in order for the application to work at runtime. I
am not completely sure if these two Dll's can be redistributed? Can I
redistribute these Dll's with my application installer OR I can't?
Let me know
Thanks,
Neelay
I am using VS .NET 2003 and I have a .NET Windows Forms application in C++
..Net.
I want to add a web browser control on one of the forms. This is how I am
currently doing it:
1. Added the COM component Microsoft web browser to the form. This
actually generate a couple of wrapper Dll's AxInterop.SHDocVw.dll and
Interop.SHDocVw.dll.
Everything works fine and I can navigate the HTML document using the control .
However, I need to deploy these two additional DLL's AxInterop.SHDocVw.dll
and Interop.SHDocVw.dll in order for the application to work at runtime. I
am not completely sure if these two Dll's can be redistributed? Can I
redistribute these Dll's with my application installer OR I can't?
Let me know
Thanks,
Neelay