选择文件夹 dll 封装

时间:2011-10-16 02:52:38
【文件属性】:

文件名称:选择文件夹 dll 封装

文件大小:65KB

文件格式:RAR

更新时间:2011-10-16 02:52:38

选择文件夹 动态 链接库

使用方法: char sPath[1000]; void _stdcall (*GetSelectPath)(char*sPath,AnsiString sTitle); HMODULE pHModule; pHModule=::LoadLibraryA("GetPath.dll"); if(pHModule>0) { (FARPROC&)GetSelectPath=::GetProcAddress(pHModule,"GetSelectPath"); if(GetSelectPath!=NULL){ memset(sPath,0x00,1000); GetSelectPath(sPath,"请选择CRM文件路径:"); } ::FreeLibrary(pHModule); }


【文件预览】:
GetPath.lib
GetPath.dll

网友评论