on demand downloadable .net packages (similar to ActiveX controls)

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default on demand downloadable .net packages (similar to ActiveX controls)

    Is it possible to distribute them in this way and then call contained
    functions from web pages?


    robertm Guest

  2. Similar Questions and Discussions

    1. Can ActiveX controls be built with C#
      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...
    2. ActiveX controls and IE 6
      I have navigation bars in my website and after IE6 was installed the browser blocks the swap images and waits untill I click the IE security bar to...
    3. using activex controls
      Sorry, I posted this here because this code will be included on an asp page. I will try a different forum. IE newsgroup, as it page:...
    4. .NET objects as ActiveX controls?
      Hi, You need to dress your .Net in COM suit. refer to : http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx Natty Gur, CTO...
    5. ActiveX Controls
      I have MSN as my internet service provider, and when I go into PHOTOS, I get a Warning Message that says "Your current security settings prohibit...
  3. #2

    Default Re: on demand downloadable .net packages (similar to ActiveX controls)

    It is possible to "host" Windows Forms controls within IE.
    You need IE5.5+ to do this.

    Here's an article discussing it:
    [url]http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx[/url]

    Here's an example
    [url]http://www.winisp.net/cheeso/controltest.htm[/url]

    or google for IEHost
    [url]http://www.google.com/search?hl=en&num=30&q=IEHost[/url]



    "robertm" <robert.must@illustrateinc.com> wrote in message
    news:uvjGsnEYDHA.1916@TK2MSFTNGP12.phx.gbl...
    > Is it possible to distribute them in this way and then call contained
    > functions from web pages?
    >
    >

    Dino Chiesa [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139