thub.users.profile.tabs.comments.personalized


Hi @YuZhou-MSFT

Thanks for your reply.

It looks like in app mode, if you add the --window-size argument, it will be applied to every window opened from it. I think that's by design in Edge browser.

For this,I have changed another method to avoid this problem.I don't use the --window-size argument.

BestRegards

Hi @YuZhou-MSFT

Thanks for your reply.

If you disable --ie-mode-force in Edge, how can IE mode work?

If i can disable --ie-mode-force in Edge,I think if I can follow the ( https://docs.microsoft.com/en-us/deployedge/edge-ie-mode-policies#configure-internet-explorer-integration) setting to use IE mode in Edge with no message in info bars.

s

o I think you can't disable --ie-mode-force when automating IE mode, this conflicts with how IE mode works.

In general ,as you said I can't disable --ie-mode-force. For this question, I want to exactly know if it's possible there is someway to control the --ie-mode-force,just in case it does exist.

Best Regards

Hi @YuZhou-MSFT

Thanks for your reply.

Why doesn't it work with WebView2? Please check that if you have met the pre-requisites of using WebView2.

I'm trying to use WebView2.But I don't know if it can implement my purpose.

About your application, how do you use IE in the application?

By importing [Microsoft Internet Controls (SHDocVw.DLL)] ,I use IE in my application. By this ,I can open InternetExplorer by click a link in my application.
It seems that there is no edge object in SHDocVw.DLL that I can use to control an Edge window.
I wonder if there is any control like SHDocVw.DLL which includes edge object that I can use it.

Regards,
samaliyli

Hi @YuZhou-MSFT @SimpleSamples

There is no Edge object in SHDocVw.DLL. The only control which you can use to implement Edge window is WebView2.

Besides WebView2 control and SHDocVw.DLL, Does MS will provide a componet whick likes SHDocVw.DLL that can be used to create Edge object in the future?

wish for your replys. Thanks.

Regards,
samaliyli

Hi,@XuDongPeng-MSFT
Thank you for the response! It seems that it has no exactly time until Webview2 can support IE mode.

Regards,
samaliyli

Hi @SimpleSamples

Thanks for your reply. As you said,I updated my question.

Is this an ASP.Net application? Probably not. Is it UWP? probably not.

It's a Windows Form Application.

Probably you should update your question with details of why WebView2 does not work.

I'm trying on it.If WebView2 is suit for my purpose.I'll try my best to find the right way to implement it.
I hope to get good advice from someone.