CreateOleObject('InternetExplorer.Application') ile Internet Explorer açılıyor fakat ben Internet Explorer kullanmak istemiyorum Mozilla kullanacağım bunu nasıl değiştirebilirim.
Kod: Tümünü seç
IEApp := CreateOleObject('InternetExplorer.Application');
Kod: Tümünü seç
IEApp := CreateOleObject('Mozilla.Application');