-
I am using the IE 4 Web Browser control in a compound control, I have developed in a project. When I try and run the code on a machine that has IE 5 installed I get an error that the Refresh method of the OCX does not work any longer. When I run the same code on a machine with IE 4 I do not have problems. I have looked extensively on MSDN, for the solution, to no avail. Has anyone had this problem and if so what did you do to correct it.
-
Due to the fact that in IE 5 MS upgraded their inet control, there are version conflicts when you run your program on a machine with IE5. What i would suggest is to either use the latest inet control in your program or you would have to uninstall IE5 and install IE4.
Gl,
D!m
-
Thanks Dim
I had a feeling it was going to be that simple and of course our users can't live w/o IE 5. The strange thing is that I do not have a problem when I use the IE web control on a form. It is when I make it part of a compound OCX that I realize the problem. Thanks for your input and best of luck.