请问VB2005怎样运行EXE文件
在VB6.0里运行EXE文件可以用:
ShellExecute(0, "open", "C:\hh.exe", "", "", 1)
但是在VB2005里ShellExecute这语句不生效了,请问怎样才能运行EXE文件呢?
在VB6.0里运行EXE文件可以用:
ShellExecute(0, "open", "C:\hh.exe", "", "", 1)
但是在VB2005里ShellExecute这语句不生效了,请问怎样才能运行EXE文件呢?