when running the following code in the VS 2005 environment
(AxWebBrowser1 is a microsoft web browser):
Public Class Form1
Dim WB As Microsoft.Office.Interop.Excel.Workbook
Private Sub AxWebBrowser1_NavigateComplete2(ByVal sender As Object,
ByVal e As AxSHDocVw.DWebBrowserEvents2_...
more >>
Article:
http://msdn2.microsoft.com/en-us/library/f31k2c87.aspx
This article and the other 3 related ones (about TLBIMP) have lost me. In
this explanation, I don't need to generate another assembly from quartz.dll,
but I do need a type library, which I believe is quartz.tlb in this case. ...
more >>