-
旋转裁剪图片的头文件,实现图片任意角度的旋转裁剪功能
旋转裁剪图片的头文件,实现图片任意角度的旋转裁剪功能-Crop rotation picture header file, to achieve picture at any angle of rotation cropping feature
- 2023-01-23 16:30:04下载
- 积分:1
-
一个监控指定外部程序运行的软件。支持外部程序异常关闭重启,以及定时重启功能。对于监控要求长时间无职守的服务器程序,特别有用。...
一个监控指定外部程序运行的软件。支持外部程序异常关闭重启,以及定时重启功能。对于监控要求长时间无职守的服务器程序,特别有用。-an external monitor appointed to run the software. Support for external procedures abnormal restart closed, and regularly reset. Monitoring requirements for the long-duty server programs, particularly useful.
- 2023-02-08 07:15:03下载
- 积分:1
-
应用程序中使用Thumbnail
应用程序中使用Thumbnail-applications using Thumbnail
- 2022-04-10 08:39:55下载
- 积分:1
-
实用Visual C++6.0教程各章节(第三章)的源代码,很好地帮助初学者熟悉VC开发平台。...
实用Visual C++6.0教程各章节(第三章)的源代码,很好地帮助初学者熟悉VC开发平台。-Pratical Visual C++6.0 chapter examples
- 2022-03-26 14:19:38下载
- 积分:1
-
J1939 prootol training details
J1939 prootol training details
- 2022-01-26 03:05:49下载
- 积分:1
-
本代码实现了自动对VC工程中的非必须文件进行清理。
本代码实现了自动对VC工程中的非必须文件进行清理。-the code to achieve the automatic right VC project of the non-paper to be cleared.
- 2022-03-23 22:15:55下载
- 积分: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
-
Curso dedicado a la calidad y mejoramiento de procesos de software
Curso dedicado a la calidad y mejoramiento de procesos de software
- 2023-08-27 14:50:03下载
- 积分:1
-
简易通讯录 非常值得学习的一个小软件
简易通讯录 非常值得学习的一个小软件-Address Book is very easy to learn
- 2023-08-12 21:10:02下载
- 积分:1
-
要编写一个实现剪切和复制命令的函数,就要在你的应用程序中实现选定操作;要编写一个实现粘贴命令的函数,就需要请求剪贴板来检测它是否包含你的应用程序能够支持的数据。...
要编写一个实现剪切和复制命令的函数,就要在你的应用程序中实现选定操作;要编写一个实现粘贴命令的函数,就需要请求剪贴板来检测它是否包含你的应用程序能够支持的数据。下面的代码实现了复制命令,其它实现可仿照进行,在此不再赘言。 -prepared to achieve an order shear and reproduction function, it is necessary to your application process to achieve selected operation; To prepare a sealed order to achieve the function, on the need to request the clipboard to detect whether it contains your applications can support data. The following code to achieve the reproduction order to be modeled on the other to achieve, and in this stop drilling.
- 2023-06-24 14:30:03下载
- 积分:1