sry its long, questions in the last sentance if u wanna jump to it. i just decided that i would include everything that led up to the problem
i made a gif video that i wanted to put into a program, and i couldnt figure out how to get it into VB6. finally i found out that the Microsoft Internet Control would play the gif file if i located it with "webbrowser1.na vigate" for example, so i did this. i decided it was working fine and the way i wanted it to, so i tryed to put this form into my actual program, but when i clicked on add form, from file and browsed for the form, when i tried to open it, it said error, then it closed and finished adding the form. after i linked my program to the form i just added with the videos, i tried to play the program to see if it worked, but when i did, it said error again, and said that the reason was because it couldnt find some .dll file of which the webbrowser control needed to run, then when i closed the error, it closed my program. from here i tried to get it to work with just the one form by itself again, and the same error came up when i tried to load the webbrowser control, so that wouldnt even load. then i tried to load the control in a completely new program, and once again it wouldnt load. i did some reading up about the webbrowser control, and found out that in order for it to properly work, the user must have a working version of internet explorer, and of course i did, as that was what i was using to find this information. SO, i closed internet explorer and used mozilla firefox to go to microsoft's website and redownload IE7. the download started and removed my version if internet explorer, restarted my computer and finished the installation, rebooted again and said it was now working. so i went back to VB6 and tried to use the webbrowser control again, and it actually loaded, BUT...
relating to my actual question, the webbrowser control now doesnt have a .navigate option, why is this??help would be greatly apreaciated.
i made a gif video that i wanted to put into a program, and i couldnt figure out how to get it into VB6. finally i found out that the Microsoft Internet Control would play the gif file if i located it with "webbrowser1.na vigate" for example, so i did this. i decided it was working fine and the way i wanted it to, so i tryed to put this form into my actual program, but when i clicked on add form, from file and browsed for the form, when i tried to open it, it said error, then it closed and finished adding the form. after i linked my program to the form i just added with the videos, i tried to play the program to see if it worked, but when i did, it said error again, and said that the reason was because it couldnt find some .dll file of which the webbrowser control needed to run, then when i closed the error, it closed my program. from here i tried to get it to work with just the one form by itself again, and the same error came up when i tried to load the webbrowser control, so that wouldnt even load. then i tried to load the control in a completely new program, and once again it wouldnt load. i did some reading up about the webbrowser control, and found out that in order for it to properly work, the user must have a working version of internet explorer, and of course i did, as that was what i was using to find this information. SO, i closed internet explorer and used mozilla firefox to go to microsoft's website and redownload IE7. the download started and removed my version if internet explorer, restarted my computer and finished the installation, rebooted again and said it was now working. so i went back to VB6 and tried to use the webbrowser control again, and it actually loaded, BUT...
relating to my actual question, the webbrowser control now doesnt have a .navigate option, why is this??help would be greatly apreaciated.
Comment