-
基于SQL SERVER 2000的VB应用
基于SQL SERVER 2000的VB应用-based on the SQL Server 2000 VB
- 2022-01-21 02:05:03下载
- 积分:1
-
View wince a platform of hardware Information
一个查看wince平台下的各种硬件信息类-View wince a platform of hardware Information
- 2023-08-19 07:50:03下载
- 积分:1
-
ConvertNumber,本程序用以对数字进行进制转换。十分实用的小程序。...
ConvertNumber,本程序用以对数字进行进制转换。十分实用的小程序。-ConvertNumber, the procedures used to convert hexadecimal numbers. Very useful applet.
- 2022-01-27 09:40:41下载
- 积分:1
-
词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式...
词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式
-Lexical scanning and generate intermediate expression, understanding of intermediate code will be used to indicate the non-suffix type is converted to the arithmetic expressions using reverse Polish expression to represent the arithmetic
- 2022-02-02 06:28:00下载
- 积分:1
-
an example of VC window
一个VC窗口的例子-an example of VC window
- 2022-03-16 05:30:58下载
- 积分:1
-
《C++程序设计彻底研究》光盘源码
《C++程序设计彻底研究》光盘源码-对于学习基础C++编程很有用-《C++ Programming Thorough research》the compact disc sound code- is very useful regarding the study foundation C++ programming
- 2022-05-10 11:36:32下载
- 积分:1
-
一个好用的msvbvm60.dll comdlg32.ocx msdxm.ocx 在..vb98下有 vb6.olb 工程文件:media.vbp代码程序名称:...
一个好用的msvbvm60.dll comdlg32.ocx msdxm.ocx 在..vb98下有 vb6.olb 工程文件:media.vbp代码程序名称:多媒体播放器-a user-friendly msvbvm60.dll comdlg32.ocx in msdxm.ocx .. vb98 under vb6.olb project documents : media.vbp procedure code name : multimedia player
- 2022-01-21 22:13:33下载
- 积分:1
-
多平台插件开发制作容易!
Multi Platform Plugin Development Made Easy!
- 2022-05-27 13:56:18下载
- 积分:1
-
图像淡入淡出看多了,这是个实现文本淡入淡出的好东西
图像淡入淡出看多了,这是个实现文本淡入淡出的好东西-image fades out of view of many, this is the realization of the text fades out of the good stuff
- 2023-06-19 23:40:04下载
- 积分: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