腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(287)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
ShellExecuteEx
导轨
如何使用
ShellExecuteEx
或类似的方法(包含guids的路径)执行相同的操作?
浏览 2
提问于2017-07-27
得票数 2
回答已采纳
2
回答
如何确保使用
ShellExecuteEx
启动exe
我正在使用
ShellExecuteEx
从EXE2启动EXE1。我也用CreateProcess试过了,它的行为也是一样的。 如何确保exe已启动或未启动。
浏览 8
修改于2011-06-15
得票数 0
回答已采纳
1
回答
用
ShellExecuteEx
继承句柄
ShellExecuteEx
提供了这样的可能性吗?尤其是runas动词。
浏览 4
提问于2017-07-20
得票数 0
回答已采纳
3
回答
VBA中的
ShellExecuteEx
我知道如何在VBA中使用ShellExecute (用于我的Outlook宏),但我希望能够使用
ShellExecuteEx
来等待我的脚本中执行的程序。有谁有这样做的例子吗?dwHotKey As Long hProcess As Long .Hwnd = 0& .lpFi
浏览 1
修改于2020-06-24
得票数 1
1
回答
ShellExecuteEx
或HlinkSimpleNavigateToString
我想从我的Win32应用程序在默认浏览器中启动一个网页。这两个函数都可以完成这项工作。有任何理由使用其中之一吗?
浏览 1
提问于2009-03-09
得票数 0
回答已采纳
1
回答
终止进程已使用
ShellExecuteEx
启动
1)我用
ShellExecuteEx
启动了一个进程GetProcessId(shellExInfo.hProcess)SHELLEXECUTEINFO shellExInfoprocessParams.c_str();shellExInfo.nShow = SW_SHOW;
ShellExecuteEx
浏览 1
修改于2020-11-04
得票数 3
回答已采纳
2
回答
运行
ShellExecuteEx
后获取线程退出代码
在异步模式下运行
ShellExecuteEx
()后,如何检索主线程的退出代码?SHELLEXECUTEINFO execInfo;execInfo.fMask = SEE_MASK_NOASYNC;
ShellExecuteEx
浏览 0
提问于2010-11-05
得票数 0
回答已采纳
1
回答
如何将CoInitializeEx与
ShellExecuteEx
结合使用
我使用WinAPI函数
ShellExecuteEx
()在Windows中打开一个文件夹。根据MSDN,在使用CoInitializeEx()之前,我应该始终调用
ShellExecuteEx
(),但是对于CoInitializeEx()的第二个参数,我应该使用哪些标志 ShExecInfo.lpDirectory = NULL;ShExecInfo.hInstApp = NULL;
ShellExecuteEx
浏览 2
提问于2013-03-24
得票数 1
回答已采纳
1
回答
ShellExecuteEx
和getexitcodeprocess处理
使用
ShellExecuteEx
(..)午餐时,python脚本和python脚本使用成功的sys.exit(0)或其他错误值从python返回一个值。如何读取python脚本退出代码?LPCSTR(path.c_str()); rSEI.fMask = SEE_MASK_NOCLOSEPROCESS; if (
ShellExecuteEx
浏览 1
修改于2019-09-06
得票数 0
1
回答
Excel中的
ShellExecuteEx
崩溃
自从Windows更新发生后,对
ShellExecuteEx
(sExecuteInfo)的API调用就会崩溃,它说: lPriority = &H
浏览 3
修改于2020-02-18
得票数 3
回答已采纳
1
回答
ShellExecuteEx
runas中的lpParameters
我正在使用qt开发一个应用程序,其中我需要使用
ShellExecuteEx
来启动一个应用程序。我正在运行一个批处理文件,我需要向它传递两个参数。test param\"";ShExecInfo.nShow = SW_SHOW;
ShellExecuteEx
浏览 7
提问于2015-09-17
得票数 1
1
回答
ShellExecuteEx
不传递long命令
当我将
ShellExecuteEx
与这样的命令"-unused parameter -action capturescreenshot -filename C:\\ATDK\\Screenshots\\();shell_info.nShow = SW_MINIMIZE;// 1
ShellExecuteEx
浏览 2
提问于2017-02-10
得票数 0
回答已采纳
2
回答
为什么
ShellExecuteEx
()参数不能工作?
ShExecInfo.lpParameters = _T("\"\"") _T(" ") + dir + file[i] + _T(" ") + dir + outputfile + _T(".TIFF"); succes = 0;因为互联网上没有太多关于
ShellExecuteEx
变量参数的信息,所以我无法找到正确的解释。 你们中有人知道如何解决这个问题吗?提前感谢!
浏览 7
提问于2015-03-17
得票数 2
回答已采纳
5
回答
使用
ShellExecuteEx
和捕获标准输入/输出/错误
我正在使用
ShellExecuteEx
在C中执行一个命令。有没有办法使用
ShellExecuteEx
并捕获标准的in/out/err? 注意:我不想使用CreateProcess。
浏览 10
修改于2017-08-29
得票数 10
回答已采纳
3
回答
如何通过
ShellExecuteEx
打开字体文件?
我得到一个名为FontPIDL的字体文件的绝对PIDLbegin ShExeInfo.lpVerb := 'Open'; ShExeInfo.nShow := SW_SHOWNORMAL; ShExeInfo.f
浏览 4
修改于2012-11-28
得票数 1
回答已采纳
1
回答
终止
ShellExecuteEx
终止“错误”窗口
ShExecInfo.lpDirectory = NULL;ShExecInfo.hInstApp = NULL;
ShellExecuteEx
浏览 5
修改于2014-04-11
得票数 0
2
回答
WinApi
ShellExecuteEx
-在文件列表上使用动词'copy‘
是否可以使用
ShellExecuteEx
复制或剪切给定目录中的一组文件?Windows函数在单个文件上工作得很好,但我在任何地方都找不到关于这个主题的任何提示(带有文件列表)。但是不做任何事情,
shellExecuteEx
返回值< 33。 有像'select‘或'addtoselection’这样的动词吗?是否应该添加标志SEE_MASK_IDLIST,在本例中是一个ITEMIDLIST结构,它能够定义将在其上执行
ShellExecuteEx
谓词的文件列表?
浏览 5
提问于2010-10-17
得票数 2
1
回答
ShellExecuteEx
+ runas +文件访问权限
我的应用程序使用"runas“动词通过
ShellExecuteEx
启动了新进程,以便获得管理员权限。新进程会在用户文件夹中创建一些文件,但内置用户无法读取这些文件。只有管理员才能访问这些文件。
浏览 1
提问于2011-04-09
得票数 1
1
回答
ShellExecuteEx
不稳定工作
message = e.Message; } return result;但是
ShellExecuteEx
浏览 13
提问于2016-09-28
得票数 0
回答已采纳
1
回答
Winapi
ShellExecuteEx
不打开文件
stringToLPCTSTR("D:\\").c_str();; sei.hInstApp = NULL; auto retval =
ShellExecuteEx
浏览 1
提问于2017-10-26
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券