How to activate add-on for IE7.

Discussion in 'Products & Tools' started by tommytx, Jun 30, 2007.

  1. #1
    Can anyone steer me in the correct direction to find info on turning on the ADD on for IE7. When I looked at the Tools Tab it has the Add on grayed out so I can't do anything with them at all.
    It also says close and restart IE7 and that don't work. I tried removing and reloading IE7 with negative results.
    This all happened when I loaded Fire fox and I think it may have permanently disabled the add on feature.

    I even removed firefox with negative results.

    If this is not a good place, pls steer me to the correct forum..

    Thanks
    Tom
     
    tommytx, Jun 30, 2007 IP
  2. tommytx

    tommytx Well-Known Member

    Messages:
    97
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #2
    Here is something I found out, if the IE7 is loaded with a WSH script like below, it loads adds all in tact, but not thru clicking the IE icon.

    Here is the code that loads it fine...
    ***************************
    Set WshShell = WScript.CreateObject("WScript.Shell")
    Set ie = CreateObject("InternetExplorer.Application")
    ie.Visible = TRUE
    myUrl = "http://www.mysite.net/textbox.htm"
    ie.Navigate myUrl
     
    tommytx, Jun 30, 2007 IP