-
一个很好的小游戏
一个很好的小游戏-a good little game!
- 2023-02-21 15:25: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
-
摄像头抓取视频流读取
图像的连续读取采集(从摄像头)、显示和存储,利用opencv平台提供的函数,存储时只保存最近的100张采集图片(避免图片填满硬盘)
- 2022-04-29 06:23:27下载
- 积分:1
-
VC例程Iocomp控件库,超过70的来源
IOComp控件库的vc例程,有70多个源程序-IOComp vc widget library of routines, more than 70 source
- 2022-07-28 00:50:11下载
- 积分:1
-
DIBSection在CE下使用的例子源代码
DIBSection在CE下使用的例子源代码-DIBSection used in the CE source code examples
- 2023-04-30 08:15:04下载
- 积分:1
-
从键盘输入某年某月某日,程序可以自动计算这天是这年的第几天。...
从键盘输入某年某月某日,程序可以自动计算这天是这年的第几天。-input from the keyboard on a certain date that the procedure can be automatically calculated that day, it is the first few days.
- 2022-10-06 08:20:03下载
- 积分:1
-
MFC控件,树形,像资源管理器一样,实现树形获取文档的功能...
MFC控件,树形,像资源管理器一样,实现树形获取文档的功能-MFC control, tree, like the Explorer, the same access to the document to achieve the function tree
- 2022-03-24 10:42:46下载
- 积分:1
-
这个是wince编程的英文教程,非常的好,学会了这个估计你一个月拿6K以上绝对没问题了...
这个是wince编程的英文教程,非常的好,学会了这个估计你一个月拿6K以上绝对没问题了-Programming Guide English very well, the estimate of the Institute of you more than a month with 6K absolutely no problem with the
- 2022-05-24 14:42:33下载
- 积分:1
-
USB HID example code
USB HID example code
- 2022-04-12 13:00:06下载
- 积分:1
-
wince ImageViewer_Skinned
wince ImageViewer u剥皮
- 2022-05-21 15:19:06下载
- 积分:1