My code stop working because I can not find the new IEAuto.dll
Code: Select all
LibLoad>IEAuto.dll,hIE
LibFunc>%hIE%,CreateIE,IE[0],0
LibFunc>%hIE%,Navigate,r,%IE[0]%,
Is integrated in the msched.exe ?
I will have to change all my code from:
Code: Select all
LibLoad>IEAuto.dll,hIE
LibFunc>%hIE%,CreateIE,IE[0],0
LibFunc>%hIE%,Navigate,http://www.mjtnet.com/,ie_res
Code: Select all
IECreate>IE[0]
IENavigate>IE[0],http://www.mjtnet.com/,ie_res
If yes, are there any tools to do that (change the code) ?
Thanks,
Pedro