-
windows control
windows control
- 2022-02-26 04:41:09下载
- 积分:1
-
测量检查程序,根据外业原始记录和检查记录,程序自动计算检查结果...
测量检查程序,根据外业原始记录和检查记录,程序自动计算检查结果-Measurement procedures for screening outside the industry, according to the original records and inspection records, the program automatically calculates the test results
- 2022-03-19 12:38:32下载
- 积分:1
-
Keyboard arrow keys to control the keyboard arrow keys to move objects, control...
键盘方向键控制物体移动键盘方向键控制物体移动-Keyboard arrow keys to control the keyboard arrow keys to move objects, control objects Mobile
- 2023-06-25 10:40:03下载
- 积分:1
-
把快捷方式的文件的路径,使用IShellLink。
怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
- 2023-07-15 01:10:03下载
- 积分:1
-
销售和库存管理系统
模块包括:
销售
用户注册
库存管理
报告
- 2022-07-18 09:55:18下载
- 积分:1
-
三角形的等分点程序
三角形的等分点程序-triangular decile point procedure
- 2023-02-09 09:10:03下载
- 积分:1
-
C++ 视频播放器,仿暴风影音
这是一款仿暴风影音播放器,采用的 DIRECTSHOW 开发,对学习 DIRECTSHOW 和视频播放器开发的朋友很有帮助!!!
- 2022-07-25 01:09:01下载
- 积分:1
-
vb control, simplicity.
vb的标尺控件,简单易用。-vb control, simplicity.
- 2022-08-09 02:47:09下载
- 积分:1
-
用m16驱动的 isd4002,程序经过调试,效果很好,清参阅,
用m16驱动的 isd4002,程序经过调试,效果很好,清参阅,-M16-driven with isd4002, procedures, after commissioning, well, money see,
- 2022-01-25 14:20:19下载
- 积分:1
-
用C开发的日期系统,用户按提示输入日期,程序得出星期几
用C开发的日期系统,用户按提示输入日期,程序得出星期几-C development system date, users are prompted to input the date, procedures come several weeks
- 2022-04-21 23:18:50下载
- 积分:1