定制的可执行文件 [英] custom made executable file

查看:123
本文介绍了定制的可执行文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了一个示例应用程序,其可执行文件名为* .sec.
我想在另一个应用程序中使用shellexecuteex函数执行此定制的可执行文件.

i have created a sample application whose executable file name is *.sec.
i want to execute this custom made executable file using shellexecuteex function in another application

推荐答案

如果只想执行该文件,请使用ShellExecute代替ShellExecuteEx,否则请进行清楚说明需要使用ShellExecuteEx.
If you just want to execute the file,use ShellExecute instead of ShellExecuteEx or else explain clearly the need to use ShellExecuteEx.


您可能要考虑使用Process类,而不是使用ShellExecuteEx.请参见此处 [
Instead of using ShellExecuteEx, you might want to consider the Process class. See here[^].


这篇关于定制的可执行文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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