当前位置: 代码迷 >> VB Dotnet >> shell语句异常,“未找到文件”
  详细解决方案

shell语句异常,“未找到文件”

热度:251   发布时间:2016-04-25 02:00:53.0
shell语句错误,“未找到文件”
想点击帮助菜单后打开一个pdf文档,使用explorer可以打开
Shell("explorer E:\供暖0817\供暖\供暖\bin\Debug\readme.pdf", AppWinStyle.MaximizedFocus)

为什么直接调用pdf提示“未找到文件”
Shell("E:\供暖0817\供暖\供暖\bin\Debug\readme.pdf", AppWinStyle.MaximizedFocus)
------解决思路----------------------
试试用Process.Start
  相关解决方案