搜索资源列表
VB-Running-Box
- 模仿Windows的运行对话框,很有用的!-Imitate the Windows Run dialog box, very useful!
Windows运行
- vb 模仿 Windows运行 程序 Private Declare Function SHRunDialog Lib "shell32" Alias "#61" (ByVal hOwner As Long, ByVal Unknown1 As Long, ByVal Unknown2 As Long, ByVal szTitle As String, ByVal szPrompt As String, ByVal uFlags As Long) As