|
-
Oct 15th, 2007, 11:36 AM
#1
Thread Starter
New Member
-
Oct 15th, 2007, 11:38 AM
#2
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.
-
Oct 15th, 2007, 11:58 AM
#3
Fanatic Member
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:
Private sub Time_ispassing
While Me.Notgetsuccess
trygain=tryagain+1
Me.workhard
wend
end sub
-
Oct 16th, 2007, 08:29 AM
#4
Thread Starter
New Member
Re: Microsoft Internet Controls
 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?
-
Oct 16th, 2007, 08:52 AM
#5
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
-
Oct 17th, 2007, 11:40 AM
#6
Thread Starter
New Member
It workded!
 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.
-
Oct 17th, 2007, 12:12 PM
#7
Re: It workded!
 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
-
Oct 23rd, 2007, 08:40 AM
#8
Fanatic Member
Re: It workded!
 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
-
Feb 2nd, 2008, 12:41 PM
#9
Thread Starter
New Member
Re: It workded!
Great! Glad I was able to help!
-Max
Wow,your face also looks like this?
lol
-
Feb 2nd, 2008, 06:29 PM
#10
Fanatic Member
Re: [RESOLVED] Microsoft Internet Controls
Yap. There must be a bug there.
-
Feb 2nd, 2008, 06:59 PM
#11
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|