Ie7 Silently Closing when activex should load up

Any ideas why Ie7 is Silently Closing when I try to load my activex (OBJECT tag )

- Same page works OK in Vista IE7(!!) and with old IE 4/5/6 versions

- Page loads OK but activex does not appear when I start it from: All Programs, click Accessories, click System Tools and click Internet Explorer (No add-ons).





Answer this question

Ie7 Silently Closing when activex should load up

  • Anjo Gasa



    PS: I dual installed IE 5.5 together with IE 7 in my PC and IE5.5 works OK with the page.

    <HTML>
    <H1> Delphi ActiveX Test Page </H1><p>
    You should see your Delphi forms or controls embedded in the form below.
    <HR><center><P>
    <OBJECT
    classid="clsid:C6F9C447-3FB9-4191-99EC-AFD9B01AC891"
    codebase="buttonxcontrol1.ocx"
    width=350
    height=250
    align=center
    hspace=0
    vspace=0
    >
    </OBJECT>
    </HTML>


    removing #version=1,0,0,0 tag helps a bit but it still does not make IE to install ACTIVEX



  • Ie7 Silently Closing when activex should load up