Windows-User-Control in ASPNET with Firefox

  • Thread starter Thread starter Jens Hofmann
  • Start date Start date
J

Jens Hofmann

Hello,

is it possible to display a windows-user-control within a aspnet-page in
FireFox?

Thx
Jens
 
I'd be surprised...
The general Firefox philosophy tends to scoff at Microsoft technologies.
For example, it does not support Active X controls.
 
you have to supply a mozilla plugin. as the design of browser/plugin
communication is a simplied version of com (XPCOM), you may be able to write
one in .net using pinvoke. you need to sign the plugin and the user needs to
download, install and authorize it. depending on what you are trying to do,
you may just need javascript and XUL.


-- bruce (sqlwork.com)


| Hello,
|
| is it possible to display a windows-user-control within a aspnet-page in
| FireFox?
|
| Thx
| Jens
|
|
 
Back
Top