在vb.net中的Webbrowser控件中禁用放大/缩小

问题描述:

如何使用vb.net中的monitor-touchscreeen禁用Webbrowser控件中的放大/缩小

How to disable zoom in/out in Webbrowser control with monitor-touchscreeen in vb.net

Help!!!

禁用缩放的唯一方法是将一个值添加到注册表中,该文件记录在 ^ ].这样做的问题在于,它也会同时禁用Internet Explorer的ALL INSTANCES中的缩放.

对于应用程序这样的影响整个机器,这将被认为是不可接受的行为,因此我不建议这样做.
The only way to disable the zoom is to pke a value into the registry, documented here[^]. The problem with doing this is that it will disable the zoom in ALL INSTANCES of Internet Explorer also.

This would be considered unacceptable behavior for application to affect an entire machine like this so I do not recommend doing it at all.