![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I would like to build a control that can be deployed from a web site that runs in IE. The component will have no user interface. It needs to collect information from the local workstation and either drop the information in a cookie which will be returned to the server or call the server directly. Can this be done? Does anyone know of tutorials or examples that illustrate using C# to build a control that will execute from within IE and be callable through jscript or vbscript? Thanks, Leslie |
#3
| |||
| |||
|
|
ActiveX controls are really a COM thing. They can be built in .NET but it doesn't feel entirely natural. The more natural alternative is to host windows forms controls within a web page, as described here: http://SteveOrr.net/articles/WinformControls.aspx -- I hope this helps, Steve C. Orr, MCSD, MVP http://SteveOrr.net "Leslie" <mason (AT) newsgroup (DOT) nospam> wrote in message news:4C504AB0-328D-48F6-AF04-41D2AAE03542 (AT) microsoft (DOT) com... I would like to build a control that can be deployed from a web site that runs in IE. The component will have no user interface. It needs to collect information from the local workstation and either drop the information in a cookie which will be returned to the server or call the server directly. Can this be done? Does anyone know of tutorials or examples that illustrate using C# to build a control that will execute from within IE and be callable through jscript or vbscript? Thanks, Leslie |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
ActiveX controls are really a COM thing. They can be built in .NET but it doesn't feel entirely natural. The more natural alternative is to host windows forms controls within a web page, as described here: http://SteveOrr.net/articles/WinformControls.aspx -- I hope this helps, Steve C. Orr, MCSD, MVP http://SteveOrr.net "Leslie" <mason (AT) newsgroup (DOT) nospam> wrote in message news:4C504AB0-328D-48F6-AF04-41D2AAE03542 (AT) microsoft (DOT) com... I would like to build a control that can be deployed from a web site that runs in IE. The component will have no user interface. It needs to collect information from the local workstation and either drop the information in a cookie which will be returned to the server or call the server directly. Can this be done? Does anyone know of tutorials or examples that illustrate using C# to build a control that will execute from within IE and be callable through jscript or vbscript? Thanks, Leslie |
#6
| |||
| |||
|
|
Steve, Will the techniques described in your article work with .NET 1.1 or is 2.0 required? Thanks, Leslie "Steve C. Orr [MVP, MCSD]" wrote: ActiveX controls are really a COM thing. They can be built in .NET but it doesn't feel entirely natural. The more natural alternative is to host windows forms controls within a web page, as described here: http://SteveOrr.net/articles/WinformControls.aspx -- I hope this helps, Steve C. Orr, MCSD, MVP http://SteveOrr.net "Leslie" <mason (AT) newsgroup (DOT) nospam> wrote in message news:4C504AB0-328D-48F6-AF04-41D2AAE03542 (AT) microsoft (DOT) com... I would like to build a control that can be deployed from a web site that runs in IE. The component will have no user interface. It needs to collect information from the local workstation and either drop the information in a cookie which will be returned to the server or call the server directly. Can this be done? Does anyone know of tutorials or examples that illustrate using C# to build a control that will execute from within IE and be callable through jscript or vbscript? Thanks, Leslie |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |