石陆软件屋百度VB吧枫叶在线枕善居博客园紫水晶工作室
|
VB.NET实现资源文件释放 [ 2016-10-25 | 本站原创 ] vb.net无控件实现文件下载 [ 2016-10-25 | 本站原创 ] 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 0, "runas", "D:\1.exe", " commandcontent", vbNullString, vbNormalFocus |