导航窗格中添加一个文件夹(类似OneDrive 和 Dropbox)

摘要: Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{7854FF7A-470F-4D04-9FC5-4CFC7B2A0E89}]@="WiBoxTest""System.... 阅读全文
posted @ 2015-12-16 15:59 xt------ 阅读(783) 评论(0) 推荐(0)

shfileoperation

摘要: shfileoperation:是一种外壳函数,用它可以实现各种文件操作,如文件的拷贝、删除、移动等,它只有一个指向SHFILEOPSTRUCT结构的参数。SHFILEOPSTRUCT结构说明typedef struct _SHFILEOPSTRUCT {HWND hwnd;UINT wFunc;P... 阅读全文
posted @ 2015-11-24 11:01 xt------ 阅读(239) 评论(0) 推荐(0)