AxSHDocVw.AxWebBrowser
Public WithEvents AxWebBrowser1 As AxSHDocVw.AxWebBrowser
Private WithEvents mHtmlDoc As mshtml.HTMLDocumentClass
mHtmlDoc = CType(AxWebBrowser1.Document, mshtml.HTMLDocumentClass)
Works fine on my notebook.
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

AxSHDocVw.AxWebBrowser
The_Assimilator