Current location - Quotes Website - Signature design - There is a web address in winform that IE can't open webbrowser. What's the solution?
There is a web address in winform that IE can't open webbrowser. What's the solution?
If you have UAC, by default, you don't have ActiveX installed in ie ~ you can't install it in WebBrowser control. . Either you write a code segment to control the registration and installation, download it in your own WebBrowser, and register and install ~ps: There are certain restrictions, and you need Activex signature ~ If you choose to install it in IE environment, only downloaded and signed Activex can be installed automatically. If you don't install in Ie environment, you need to configure additional registry.