求救啊急急 急~~~~VB路径问题~
就是想让LISTBOX里面选中的边成要打开的路径啊 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
Private Sub Command1_Click()
ShellExecute hwnd, "Open", "e:\123\", "", "", 1
End Sub ↑这里是路径
大家9999我吧~~~