腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(7142)
视频
沙龙
1
回答
进程在
UseShellExecute
= false时不会退出,但当
UseShellExecute
= true时退出
、
、
、
pdfGeneratorProcess = new System.Diagnostics.Process StartInfo = new ProcessStartInfo
UseShellExecute
浏览 6
提问于2021-02-05
得票数 0
2
回答
使用
UseShellExecute
启动java
、
、
、
在找不到为什么有些人可以运行我的应用程序时,它创建了一个.bat文件,并使用
UseShellExecute
运行它。不知道是不是因为UAC的垃圾之类的。然后在文件制作完成后运行它...喜欢 { Launchit.StartInfo.
UseShellExecute
浏览 0
提问于2013-08-12
得票数 1
1
回答
UseShellExecute
有什么不同?
、
我在上面的代码中添加了这个,问题已经消失了(到目前为止,祈祷吧)。因此,总而言之,如果
UseShellExecute
= true (默认值),那么它将调用shell32.dll中的ShellExecuteEX来执行该进程。_succeeded;如果
UseShellExecute
= false,那么它将调用kernel32.dll中的CreateProcess来启动进程。
浏览 21
提问于2012-04-20
得票数 7
回答已采纳
1
回答
使用PyInstaller运行C#文件
、
、
、
我用Python3.6编写了我的代码,并使用PyInstaller获得了exe文件。我的exe需要一些文件来运行(比如txt文件来读取行)。当我将exe文件和其他文件放在同一个文件夹中时,exe文件可以很好地工作。当我在上搜索时,我使用了这个C#代码;using System.IO; { {
浏览 0
提问于2019-08-20
得票数 1
回答已采纳
1
回答
Process.Start("IExplore.exe");-> System.IO.FileNotFoundException
、
一直试图运行这个简单的代码是它让我发疯,因为它不工作。 OpenFolder(); {我得到了: System.IO.FileNotFoundException:“无法加载文件或程序集”System.Diagn
浏览 15
提问于2022-08-31
得票数 0
1
回答
语句在启动外部cmd进程时不起作用。
、
ProcessStartInfo("cmd.exe", String.Format("/c ping 1.1.1.1 -n 1 -w 5000")) pi2.
UseShellExecute
ProcessStartInfo("cmd.exe", String.Format("/c ping 1.1.1.1 -n 1 -w 5000")) With {.CreateNoWindow = True And .
浏览 2
提问于2014-01-31
得票数 0
回答已采纳
2
回答
当尝试打开包含超链接的网站时,Process.Start抛出异常
、
这段代码在我的RequestNavigate事件处理程序中抛出一个System.ComponentModel.Win32Exception。e.Handled = true;这是我的XAML代码:
浏览 1
提问于2020-08-15
得票数 1
1
回答
尝试重定向输出时,Process.Start失败
、
、
lProcess As New Process() .StartInfo.CreateNoWindow = True .StartInfo.
UseShellExecute
浏览 4
提问于2009-11-18
得票数 0
回答已采纳
6
回答
.Net Core2.0 Process.Start抛出“指定的可执行文件不是此操作系统平台的有效应用程序”
、
、
我需要让一个.reg文件和一个.msi文件使用任何可执行文件自动执行,这两个文件类型与用户的Windows相关联。然而,给我 System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid appl
浏览 7
提问于2017-10-18
得票数 98
回答已采纳
2
回答
当
UseShellExecute
为true时如何读取控制台输出?
如果为Process.StartInfo.
UseShellExecute
= false,则获取标准输出为。然而,在我的例子中,
UseShellExecute
必须保持为真。下面是我不能使用
UseShellExecute
= false的原因{
UseShellEx
浏览 6
提问于2020-06-06
得票数 1
1
回答
使用C#启动文件
using System; { { { }} 给定的错误:指定的可执行文件不是此操作系统平台的有效应用程序。‘ 有什么想法吗?
浏览 13
提问于2021-08-12
得票数 0
1
回答
Powershell进程,设置位置
、
pinfo.FileName = "git.exe"$pinfo.RedirectStandardOutput = $true $pinfo.
UseShellExecute
浏览 0
提问于2018-01-18
得票数 0
回答已采纳
1
回答
ProcessStartInfo和
UseShellExecute
使用率
ProcessStartInfo(); prc.StartInfo.Arguments = arg; prc.StartInfo.
UseShellExecute
浏览 5
提问于2016-09-19
得票数 0
1
回答
执行C# .bat文件时出现错误和输出重定向
、
、
proc.StartInfo.RedirectStandardError = true; proc.StartInfo.
UseShellExecute
当然,如果我使用proc.StartInfo.
UseShellExecute
= true运行.bat文件,它可以正常工作,但在这种情况下,我不能设置RedirectStandardError = true
浏览 1
提问于2012-06-24
得票数 1
回答已采纳
1
回答
检测对Windows协议的调用何时失败
、
、
、
我一开始是:proc.StartInfo.FileName = "notify://2125551234/"; proc.StartInfo.
UseShellExecute
浏览 2
提问于2013-12-02
得票数 1
回答已采纳
1
回答
屏幕捕获命令行工具从命令行工作,但当从UI内部启动时
、
、
、
、
ProcessStartInfo procStartInfo = new ProcessStartInfo(localCommand, localArgs); procStartInfo.
UseShellExecute
浏览 1
提问于2019-01-17
得票数 0
回答已采纳
1
回答
UWP不希望以管理员身份执行进程
、
、
、
= $" /passive /i {Path.GetFileName(msiPath)}";process.StartInfo.
UseShellExecute
= true;process.WaitForExit();process.StartInfo.
UseSh
浏览 10
提问于2021-07-05
得票数 0
回答已采纳
1
回答
Linux下的C#,WorkingDirectory不能正常工作
、
、
、
、
Program.cs我对Process类有以下设置process.StartInfo.
UseShellExecute
浏览 0
提问于2018-10-02
得票数 1
回答已采纳
1
回答
是什么原因导致Process.Start使用mailto: address使应用程序崩溃?
、
、
、
、
不知道这是为什么,但下面的行崩溃了我们的WPF应用..。这是一个例外: HResult=0x80004005 Source=System.Diagnostics.Process at System.Diagnostics.Process.StartWithC
浏览 9
提问于2020-12-09
得票数 1
回答已采纳
1
回答
Process.Start不打开应用程序
、
如何使用以下代码启动2个进程: Process.Start(@"D:\Clients\Client1\program.exe"); Process.Start(@"D:\Clients\Client2\program.exe"); 路由正常工作,第一个进程总是打开的 这两个应用程序是相同的,第一个应用程序为我成功打开,但第二个应用程序没有打开。对于第二个应用程序,我在详细信息页面的任务管理器中注意到,如果我手动打开应用程序,该应用程序会出现几秒钟,然后消失,并且不会打开,它可以正常工作。 我对如何使用Process.Start ()启动应用程序感兴趣?
浏览 61
提问于2021-11-04
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
C#编程-以拖曳文件方式实现以管理员打开程序并且遍历密码
c#编程-在本地用户下遍历其他账号密码的方法
C#使用Python脚本应用-传参和获取返回值
NET 开发一个微信跳一跳辅助程序
教你用.NET 来玩微信跳一跳
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
腾讯会议
活动推荐
运营活动
广告
关闭
领券