摘要:
黏贴以下代码即可:TCHAR szBuffer[MAX_PATH] = {0}; BROWSEINFO bi; ZeroMemory(&bi,sizeof(BROWSEINFO)); bi.hwndOwner = NULL; bi.pszDisplayName = szBuffer; bi.lpszTitle = _T("从下面选择文件或文件夹:"); bi.ulFlags = BIF_BROWSEINCLUDEFILES; LPITEMIDLIST idl = SHBrowseForFolder(&bi); if (NULL == idl) { retur 阅读全文
posted @ 2014-02-13 10:21
程序员乌鸦
阅读(721)
评论(0)
推荐(0)

浙公网安备 33010602011771号