当前位置:编程学习 > VB >>

shell 在vista 下启动带manifest的exe 文件失败

主程序通过shell  启动一个exe 文件,代码如下,在没有追加文件 K_ECONN2.exe.manifest(作用以管理者启动K_ECONN2.EXE文件)时候,Shell是正常的能启动,追加这个文件后,shell经常返回值是0,有时不是0?为什么?

FullFName_C_Shell_EXE$ = "C:\EC_SYS\sys\K_ECONN2.EXE"
X = Shell(FullFName_C_Shell_EXE$, vbNormalFocus)

K_ECONN2.exe.manifest的内容
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
补充:VB ,  基础类
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,