您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Wince6下能调出WIFI设置界面的好东西。

  2. Wince6下能调出WIFI设置界面的好东西。是单独的一个EXE文件。用代码打开他就行了。代码用这个就行了。void IDD_AllSetting1::RunExe(LPTSTR filename) { SHELLEXECUTEINFO ShExecInfo = {0}; ShExecInfo.cbSize = sizeof(SHELLEXECUTEINFO); ShExecInfo.fMask = SEE_MASK_NOCLOSEPROCESS; ShExecInfo.hwnd = this
  3. 所属分类:Java

    • 发布日期:2010-11-29
    • 文件大小:5120
    • 提供者:dtfredlin
  1. mfc进程函数ShellExecuteEx

  2. 假如ShellExecuteEx()没有执行正确,GetLastError 会帮助您找到问题所在。假如ShellExecuteEx执行正确,那么这个函数会返回TRUE. 要关闭一个程式,我们能够通过FindWindow()找到这个窗口,然后向窗口发送关闭消息,就能够了。问题就在于怎样找到正确的窗口。
  3. 所属分类:网络攻防

    • 发布日期:2011-01-27
    • 文件大小:19456
    • 提供者:hongxue1206
  1. shellexecute与shellexecuteex的区别

  2. win32和wince系统自带的打开exe文件的函数区别
  3. 所属分类:C++

    • 发布日期:2011-05-06
    • 文件大小:4096
    • 提供者:chengzi200878
  1. 使用ShellExecuteEx调用控制台程序(exe)并传入多个参数

  2. 使用ShellExecuteEx调用控制台程序(exe)并传入多个参数
  3. 所属分类:C++

    • 发布日期:2012-02-28
    • 文件大小:23552
    • 提供者:mnorst
  1. 一个不错的地形编辑器源码.zip

  2. /****************************************************************************************/ /* Compiler.cpp */ /* */ /* Author: Jim Mischel */ /* Descr iption: Dialog and thread code for compiling maps with gbsplib */ /* */ /* The contents of this fi
  3. 所属分类:C++

    • 发布日期:2012-12-10
    • 文件大小:3145728
    • 提供者:aresguo66
  1. DELPHI一系列开发技巧

  2. ◇[DELPHI]执行程序外文件 WINEXEC//调用可执行文件 winexec('command.com /c copy *.* c:\',SW_Normal); winexec('start abc.txt'); ShellExecute或ShellExecuteEx//启动文件关联程序 function executefile(const filename,params,defaultDir:string;showCmd:integer):THandle; ExecuteFile('C
  3. 所属分类:Delphi

    • 发布日期:2008-10-30
    • 文件大小:18432
    • 提供者:firstzky
  1. SHELLEXECUTEINFO 和 ShellExecuteEx的使用

  2. SHELLEXECUTEINFO 和 ShellExecuteEx的使用
  3. 所属分类:C/C++

    • 发布日期:2015-07-02
    • 文件大小:102400
    • 提供者:gaoyuyihao
  1. ShellExecuteHooks

  2. 利用Com技术实现的对ShellExecute和ShellExecuteEx的Hook.
  3. 所属分类:C++

    • 发布日期:2015-07-03
    • 文件大小:3145728
    • 提供者:u014071204
  1. VB6.0 直接打印 PDF

  2. VB6.0 直接打印 PDF Private Declare Function ShellExecuteEx Lib "shell32.dll" Alias "ShellExecuteExA" (lpExecInfo As SHELLEXECUTEINFO) As Long
  3. 所属分类:VB

    • 发布日期:2018-11-27
    • 文件大小:21504
    • 提供者:weixin_41898821
  1. 使用ShellExecuteEx调用控制台程序(exe)并传入多个参数源码

  2. 使用ShellExecuteEx调用控制台程序(exe)并传入多个参数
  3. 所属分类:互联网

    • 发布日期:2021-01-19
    • 文件大小:17408
    • 提供者:qq_42095701