IE7 gotcha

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Raoul Watson

    #1

    IE7 gotcha

    I have used IE7 beta for a while and yesterday finally Microsoft auto update
    installed "the real one".
    Now every single project / source I have with references to toolbar (e.g
    Private Sub Toolbar1_Button Click(ByVal Button As MSComctlLib.But ton) gets
    "User-defined type not defined."


  • Raoul Watson

    #2
    Re: IE7 gotcha


    "Raoul Watson" <WatsonR@Intell igenCIA.comwrot e in message
    news:4sm_g.272$ ke4.191@trndny0 2...
    >I have used IE7 beta for a while and yesterday finally Microsoft auto
    >update installed "the real one".
    Now every single project / source I have with references to toolbar (e.g
    Private Sub Toolbar1_Button Click(ByVal Button As MSComctlLib.But ton) gets
    "User-defined type not defined."
    I forgot to mention, basically everything with references to MSComctlLib
    broke.


    Comment

    • Tim

      #3
      Re: IE7 gotcha

      Raoul Watson wrote:
      "Raoul Watson" <WatsonR@Intell igenCIA.comwrot e in message
      news:4sm_g.272$ ke4.191@trndny0 2...
      >I have used IE7 beta for a while and yesterday finally Microsoft auto
      >update installed "the real one".
      >Now every single project / source I have with references to toolbar (e.g
      >Private Sub Toolbar1_Button Click(ByVal Button As MSComctlLib.But ton) gets
      >"User-defined type not defined."
      >
      I forgot to mention, basically everything with references to MSComctlLib
      broke.
      >
      >
      I installed IE7 over the weekend (will be sticking to Firefox though!)
      and do not see this problem with my (same) code.

      Comment

      • Jan Hyde

        #4
        Re: IE7 gotcha

        "Raoul Watson" <WatsonR@Intell igenCIA.com>'s wild thoughts
        were released on Sat, 21 Oct 2006 10:20:02 GMT bearing the
        following fruit:
        >
        >"Raoul Watson" <WatsonR@Intell igenCIA.comwrot e in message
        >news:4sm_g.272 $ke4.191@trndny 02...
        >>I have used IE7 beta for a while and yesterday finally Microsoft auto
        >>update installed "the real one".
        >Now every single project / source I have with references to toolbar (e.g
        >Private Sub Toolbar1_Button Click(ByVal Button As MSComctlLib.But ton) gets
        >"User-defined type not defined."
        >
        >I forgot to mention, basically everything with references to MSComctlLib
        >broke.
        >
        Can you post a small example that demostrates your problem
        that we could try.



        Jan Hyde (VB MVP)

        --
        I got a sweater for Christmas. I really wanted a screamer or a moaner.
        (LOL Lude)

        Comment

        • Raoul Watson

          #5
          Re: IE7 gotcha


          "Jan Hyde" <StellaDrinker@ REMOVE.ME.uboot .comwrote in message
          news:8itoj2dd1m 3ljb66lr4pnivth juaa1jps5@4ax.c om...
          "Raoul Watson" <WatsonR@Intell igenCIA.com>'s wild thoughts
          were released on Sat, 21 Oct 2006 10:20:02 GMT bearing the
          following fruit:
          >
          >>
          >>"Raoul Watson" <WatsonR@Intell igenCIA.comwrot e in message
          >>news:4sm_g.27 2$ke4.191@trndn y02...
          >>>I have used IE7 beta for a while and yesterday finally Microsoft auto
          >>>update installed "the real one".
          >>Now every single project / source I have with references to toolbar (e.g
          >>Private Sub Toolbar1_Button Click(ByVal Button As MSComctlLib.But ton)
          >>gets
          >>"User-defined type not defined."
          >>
          >>I forgot to mention, basically everything with references to MSComctlLib
          >>broke.
          >>
          >
          Can you post a small example that demostrates your problem
          that we could try.
          >
          >
          >
          Jan Hyde (VB MVP)
          >
          Oh it's not a problem at all, I had to run regsvr32 to register mscomctl and
          mscomct2.ocx.
          For some reason after IE7 install, both ocx's are not recognized inside
          projects anymore.
          So any project having a listview, toolbar (anything using those ocx's)
          will treat it as a control that's not loaded.
          Reregistering them seems to clear up the problem.


          Comment

          • Dean Earley

            #6
            Re: IE7 gotcha

            Raoul Watson wrote:
            I have used IE7 beta for a while and yesterday finally Microsoft auto update
            installed "the real one".
            Now every single project / source I have with references to toolbar (e.g
            Private Sub Toolbar1_Button Click(ByVal Button As MSComctlLib.But ton) gets
            "User-defined type not defined."
            I haven't seen this here.
            You could try re-registering MSCOMCTL.OCX.

            --
            Dean Earley (dean.earley@ic ode.co.uk)
            i-Catcher Development Team

            iCode Systems

            Comment

            Working...