This should not happen for run time users.
When you open a project that is using the class SHDocVwCtl.WebBrowser (SHDOCVW.dll), you might get this error message:
File Not Found ieframe.dll\1
If you didn't save your project file after you got the error message:
- Exit VB6
- Run regedit
- Edit | Find
ieframe.dll\1 - You should find:
- Change the default value by removing "\1"
- Open the project in VB6 and everything should be fine
If you saved the project after the error message, the vbp file will be damaged
FIRST FIX THE REGISTRY AS ABOVE
Option 1: go to your backup vbp
Option 2:
- edit the vbp file with notepad
- insert the following line in the top section
Object={EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0; shdocvw.dll
Good Luck.
1 comment:
Thanks I was able to use the webbrowser control again in vb6/xp
Post a Comment