17352.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行
HTML
23 行
<html> <head> <title>Re: Browse Directory dialog box</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: Browse Directory dialog box</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:nospam@nospam.com">Michael Owen</a> on August 16, 1999 at 16:17:52:<p>In Reply to: <a href="17351.html">Re: Browse Directory dialog box</a> posted by Michael Owen on August 16, 1999 at 16:10:44:<p>有个 API 好像可以用,但不知如何给与其参数,请各个高人帮帮我 ... thanks<p>Public Declare Function DlgDirSelectEx Lib "user32" Alias "DlgDirSelectExA" (ByVal hWndDlg As Long, ByVal lpszPath As String, ByVal cbPath As Long, ByVal idListBox As Long) As Long<p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17352--></ul><!--end: 17352--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?