-
显示所输入字符的区位码或asc码,虽然简单,但调试程序或分析数据时常能用得到,很方便...
显示所输入字符的区位码或asc码,虽然简单,但调试程序或分析数据时常能用得到,很方便-revealed that the importation of characters in an area code or asc yards, although simple, but debugging procedures or data analysis often can use to be very convenient
- 2022-10-10 23:45:04下载
- 积分:1
-
用风险投资实现的窗口系统,附带的基本功能…
用VC实现的window系统自带的那个计算器的基本功能-With VC realize the window system that comes with the basic functions of the calculator
- 2022-01-26 02:51:54下载
- 积分: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
-
interface 444,
界面-interface 444,
- 2022-08-25 19:28:39下载
- 积分:1
-
这是一本effectiveC++_2E,对于大多数用C或C++的学习者有很大帮助!...
这是一本effectiveC++_2E,对于大多数用C或C++的学习者有很大帮助!-This is a effectiveC++ _2E, For most use C or C++ Learners are very helpful!
- 2022-01-26 03:49:42下载
- 积分:1
-
button adjustment with the size of the work area
用按钮调整工作区的大小-button adjustment with the size of the work area
- 2022-02-12 21:36:32下载
- 积分:1
-
从模板创建 DialogBox,到内存
从 DataSection 中读取数据,创建 DialogBoxIndirectParam_ 非常非常简单的例子。
- 2023-03-03 08:35:03下载
- 积分:1
-
网页菜单工厂(WebMenuShop) V2[1].50.zip
网页菜单工厂(WebMenuShop) V2[1].50.zip-website menu factories (WebMenuShop) V2 [1] .50. Zip
- 2022-03-20 17:12:17下载
- 积分:1
-
讲解C++的PPT(主要是关于流类库和输入输出)
讲解C++的PPT(主要是关于流类库和输入输出)-Explain the C++, PPT (mainly about the stream classes, and input-output)
- 2023-04-14 06:10:04下载
- 积分:1
-
a hook on the original programming code
一个关于hook的编程原代码-a hook on the original programming code
- 2022-04-20 17:51:07下载
- 积分:1