Heiko
Contributor
Visual Basic:
Public WithEvents AxWebBrowser1 As AxSHDocVw.AxWebBrowser
Private WithEvents mHtmlDoc As mshtml.HTMLDocumentClass
mHtmlDoc = CType(AxWebBrowser1.Document, mshtml.HTMLDocumentClass)
However after deploying the app (on a Win2K Server with .NET Framework installed)
the CType will always return <nothing>.
Does anyone know a workaround ?
Any hints appreciated.
Tnx
Heiko