• 14-09-2017, 02:45:46
    #1
    Sa.

    delphide kod ile ie oluşturuyorum.

      IEApp2         := CreateOLEObject('InternetExplorer.Application');
      IEApp2.Visible := True;
      IEApp2.Top     := 0;
      IEApp2.Left    := 720;
      IEApp2.Width   := 360;
      IEApp2.Height  := 640;
    bu oluşturduğum ie içinde f12 geliştirici seçeneklerindeki belge modu, tarayıcı profili ve özellikle Coğrafi konum ayarlarını nasıl değiştirebilirim ?

  • 27-09-2017, 17:27:02
    #2
    Belge modu için HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULA TION altına exenin isminde bir DWORD değeri açıp değerini kullanmak istediğin versiyona göre belirleyebilirsin. Internet Explorer 11 için 11001, Internet Explorer 10 için 10001, Internet Explorer 9 için 9999