在没有WebElement的Windows表面中显示html页面 [英] display html page in Windows surface without WebElement

查看:100
本文介绍了在没有WebElement的Windows表面中显示html页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI,


我正在使用Surface应用,它要求用户在IE中打开网址。用户单击该网址并打开一个单独的IE窗口而不是WebElement。我找到了此代码:


   处理myProcess = new 处理 ; $
    myProcess。 StartInfo FileName =
" iexplore.exe" ;
$
    myProcess。 StartInfo 参数 =
" http://www.wrox.com" ;

    myProcess。开始 ;


但导入System.diagnostics时它似乎不起作用。


ANy建议?


谢谢


Marlon


解决方案

你好marlon_1_1,


 欢迎来到MSDN论坛支持。



   您更有效率响应
表面应用程序设计和开发
问题 http://social.msdn.microsoft.com/Forums / en-US / home?forum = surfaceappdevelopment  其中
你可以联系
表面应用设计与开发 专家。


 


HI,

I am working on a Surface app, and it requires the user to open a web address in IE. THe user click the web address and a separate IE window opens instead of the WebElement. I found this code:

    Process myProcess = new Process();
    myProcess.StartInfo.FileName = "iexplore.exe";
    myProcess.StartInfo.Arguments = "http://www.wrox.com";
    myProcess.Start();

but it does not seem to work when I import the System.diagnostics.

ANy Suggestions?

Thanks

Marlon

解决方案

Hi marlon_1_1,

  Welcome to MSDN Forum Support.

  You are more likely to get more efficient responses to surface application Design and development issues at http://social.msdn.microsoft.com/Forums/en-US/home?forum=surfaceappdevelopment where you can contact surface application Design and development experts.

 


这篇关于在没有WebElement的Windows表面中显示html页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆