M
Manny Vellon
I'm interested in using .net windows forms controls (datagrid, etc.) in my
app. My app, however, uses an embedded web browser control for its UI (for
easier content authoring). Pages are loaded locally (using file:// urls).
I've read examples of how to do this with IE and http protocol, but can it
be done locally with file protocol? I've tried:
<object classid="file:foo.dll#BarNS.Class" ...
As well as "foo.dll#Bar.NS.Class" and many other more options but all I get
is the old red "x".
Is it impossible to do this?
app. My app, however, uses an embedded web browser control for its UI (for
easier content authoring). Pages are loaded locally (using file:// urls).
I've read examples of how to do this with IE and http protocol, but can it
be done locally with file protocol? I've tried:
<object classid="file:foo.dll#BarNS.Class" ...
As well as "foo.dll#Bar.NS.Class" and many other more options but all I get
is the old red "x".
Is it impossible to do this?