[progress Communities] [progress Openedge Abl] Forum Post: Webcontrol And Windows 10 - Edge

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
OE11.6 I am using the webcontrol for a webapplication that is using ActiveX and after going for windows 10, the webcontrol seems to use the Edge instead of InternetExplorer. The Edge is not supporting the ActiveX components that is used in the application, so I need to start it with an older version. Before going for Win10 I had to set it like this: ProgressKey = Microsoft.Win32.RegistryKey:OpenBaseKey(Microsoft.Win32.RegistryHive:CurrentUser, Microsoft.Win32.RegistryView:Registry64). ProgressKey = ProgressKey:CreateSubKey("Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION"). ProgressKey:SetValue("prowc.exe", 0). I have tried to set it to both 10 and 11 without any luck. Anyone have a clue how I can get it to work? I can get around the problem by forcing internet explorer using process().... start()..... but then it is staring an external window. I would prefer to start it in a container. //Geir Otto

Continue reading...
 
Status
Not open for further replies.
Back
Top