shell  
如 nik_Amis(Azrael) 所说的

解决方案 »

  1.   

    shell  
    如 nik_Amis(Azrael) 所说的
      

  2.   

    我指的这个EXE文件如果是VB生成的呢?
      

  3.   

    Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
    ShellExecute(me.hwnd, "open", FileName, "", "", vbNormalFocus)