简体   繁体   English

在信息亭模式下打开IE,但未最大化

[英]Open IE in kiosk mode BUT not maximized

Can we open IE in a kiosk mode - but not in a maximized view? 我们可以在信息亭模式下打开IE,但不能在最大化视图下打开IE吗? We are trying to open an IE instance from a C#.NET app. 我们正在尝试从C#.NET应用程序打开IE实例。 This instance opens in a kiosk mode but disables the user to select 'OK' on the print preview pop up (as IE is maximized covering the whole screen). 该实例在信息亭模式下打开,但使用户无法在打印预览弹出窗口上选择“确定”(因为IE会最大化覆盖整个屏幕)。 We want some way to open ONLY a specific page in IE (thus in kiosk mode) but not covering the full screen so that the user can choose the print options. 我们想要某种方式仅在IE中打开特定页面(因此在信息亭模式下),但不覆盖全屏,以便用户可以选择打印选项。 Alternatively is there a way to completely disable the print options and print silently using the default options? 另外,是否有一种方法可以完全禁用打印选项并使用默认选项进行静默打印? Any ideas/suggestions? 有什么想法/建议吗?

听起来您正在寻找WebBrowser控件 ,该控件可让您将IE嵌入程序中。

I would take a look into Microsoft HTML Applications: 我来看看Microsoft HTML应用程序:

http://msdn.microsoft.com/en-us/library/ms536496%28VS.85%29.aspx http://msdn.microsoft.com/zh-CN/library/ms536496%28VS.85%29.aspx

They are going to give a little more control over how the chrome of the application is displayed, and runs within the context of the currently logged in user. 他们将对如何显示应用程序的镶边以及如何在当前登录用户的上下文中运行进行更多控制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM