Results 1 to 11 of 11

Thread: [RESOLVED] Microsoft Internet Controls

  1. #1

    Thread Starter
    New Member Visual Master's Avatar
    Join Date
    Oct 2007
    Location
    The Hague,Netherlands
    Posts
    15

    Resolved [RESOLVED] Microsoft Internet Controls

    Hi everyone i have a problem with Microsoft Internet Controls in visual basic 6.0.
    When i right-click->components->select Microsoft Internet Controls and click apply -> close or ok a message box pops up:
    "File not found: ' C:\Windows\system32\ieframe.dll\1'"

    But when i go to C:\Windows\system32 , i can see the ieframe.dll
    Attached Images Attached Images  
    Last edited by Visual Master; Oct 16th, 2007 at 08:26 AM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Microsoft Internet Controls

    That is probably because ieframe.dll is not located on your machine, or not located in the folder VB expects it to be in.

  3. #3
    Fanatic Member vivek_master146's Avatar
    Join Date
    Apr 2006
    Location
    Delhi,India
    Posts
    787

    Re: Microsoft Internet Controls

    I think the path is not correct.Infact i m sure beacuse after the filename there is \1. U can browse and see that dll file.
    Dont rely only on your luck. Work hard until You get success.
    vb Code:
    1. Private sub Time_ispassing
    2. While Me.Notgetsuccess
    3. trygain=tryagain+1
    4. Me.workhard
    5. wend
    6. end sub

  4. #4

    Thread Starter
    New Member Visual Master's Avatar
    Join Date
    Oct 2007
    Location
    The Hague,Netherlands
    Posts
    15

    Re: Microsoft Internet Controls

    Quote Originally Posted by vivek_master146
    I think the path is not correct.Infact i m sure beacuse after the filename there is \1. U can browse and see that dll file.
    Ok,but how can i fix it?

  5. #5
    Hyperactive Member Max Peck's Avatar
    Join Date
    Oct 2007
    Posts
    384

    Re: Microsoft Internet Controls

    VM,

    I think what you may have here is a corrupt registry entry. I scanned through mine and found that there are literally DOZENS of references to this particular component. This makes sense as it is a critical component that IE uses.

    I noticed a lot of entries like "C:\Windows\System32\ieframe.dll,N (where N refers to an icon resource) and a lot of references that simply referred to the file. Here's what I want you to do:

    1) Set a restore point on your system. (I assume you're using XP).
    2) Open your registry editor. (Start/Run - type in "regedit")
    3) Edit/Find - type in "ieframe.dll" then press OK.
    4) (This is the tedious part) - look at all the entries it finds. If you find one with the text "ieframe.dll\1" double-click the key and in the editor window remove the "\1".

    The reason I suggest you set a restore point first is that it will back up your registry before doing this. Editing the registry can BREAK stuff on your system. I'm not altogether sure you will find this entry - it's possible that the \1 is being appended before the dialog box is being presented, however it's worth a shot. I ran into something similar to this some time ago.

    I dunno if you'll wind up having to restart your system after making the fix or not - certainly you'll have to restart VB6 at-least.

    Anyway ... it's something to try.

    HTH,

    -Max
    Last edited by Max Peck; Oct 16th, 2007 at 08:58 AM.
    The name's "Peck" .... "Max Peck"

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." - Red Adair

  6. #6

    Thread Starter
    New Member Visual Master's Avatar
    Join Date
    Oct 2007
    Location
    The Hague,Netherlands
    Posts
    15

    Lightbulb It workded!

    Quote Originally Posted by Max Peck
    VM,

    Here's what I want you to do:

    1) Set a restore point on your system. (I assume you're using XP).
    2) Open your registry editor. (Start/Run - type in "regedit")
    3) Edit/Find - type in "ieframe.dll" then press OK.
    4) (This is the tedious part) - look at all the entries it finds. If you find one with the text "ieframe.dll\1" double-click the key and in the editor window remove the "\1".
    -Max
    Thanks! I will try

    EDIT:
    WOW!THANKS!IT WORKED!
    Really really really really thanks!
    Now i can use it again
    Thanks!
    (my face now just looks like this: )
    Last edited by Visual Master; Oct 17th, 2007 at 11:55 AM.

  7. #7
    Hyperactive Member Max Peck's Avatar
    Join Date
    Oct 2007
    Posts
    384

    Re: It workded!

    Quote Originally Posted by Visual Master
    Thanks! I will try

    EDIT:
    WOW!THANKS!IT WORKED!
    Really really really really thanks!
    Now i can use it again
    Thanks!
    (my face now just looks like this: )
    Great! Glad I was able to help!

    -Max
    The name's "Peck" .... "Max Peck"

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." - Red Adair

  8. #8
    Fanatic Member
    Join Date
    Oct 2007
    Posts
    544

    Re: It workded!

    Quote Originally Posted by Visual Master
    Thanks! I will try

    EDIT:
    WOW!THANKS!IT WORKED!
    Really really really really thanks!
    Now i can use it again
    Thanks!
    (my face now just looks like this: )
    Why not search for ieframe.dll\1 straight. Seems to work for me

  9. #9

    Thread Starter
    New Member Visual Master's Avatar
    Join Date
    Oct 2007
    Location
    The Hague,Netherlands
    Posts
    15

    Re: It workded!

    Great! Glad I was able to help!

    -Max
    Wow,your face also looks like this?
    lol

  10. #10
    Fanatic Member
    Join Date
    Oct 2007
    Posts
    544

    Re: [RESOLVED] Microsoft Internet Controls

    Yap. There must be a bug there.

  11. #11
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Re: [RESOLVED] Microsoft Internet Controls

    You should really use: shdocvw.dll if you have IE7 installed.

    Click 'browse' and find shdocvw.dll and click ok.
    _____________________________________________________________________

    ----If this post has helped you. Please take time to Rate it.
    ----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.



Posting Permissions

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



Click Here to Expand Forum to Full Width