-
Domain2.2 的源代码,不用太详细介绍了吧。值得一看,delphi的,...
Domain2.2 的源代码,不用太详细介绍了吧。值得一看,delphi的,-Domain2.2 the source code, not to be too detailed briefing of the hour. An eye-catcher, delphi, huh
- 2022-04-28 11:45:21下载
- 积分: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
-
Factor
factor[简明英汉词典]
[ˈ fæ ktə ]
n. 1 因素, 要素 2 〈数〉因子, 因数...
Factor
factor[简明英汉词典]
[ˈ fæ ktə ]
n. 1 因素, 要素 2 〈数〉因子, 因数
词条指正 - Google 搜索
-Factor
factor[简明英汉词典]
[ˈ fæ ktə ]
n. 1 因素, 要素 2 〈数〉因子, 因数
词条指正- Google 搜索
- 2022-02-05 09:29:28下载
- 积分:1
-
福彩游戏源代码,以及该游戏关键源代码的注解
福彩游戏源代码,以及该游戏关键源代码的注解-福彩game source code, as well as the key to the game source code comments
- 2023-07-26 01:05:03下载
- 积分:1
-
三层作品,写一个关于美容美发的。本程序在Delphi 7.0 + SQL2000 下编过,运行时需要先运行中间层。
如果ADO配置不当,它会自己弹出连接配置...
三层作品,写一个关于美容美发的。本程序在Delphi 7.0 + SQL2000 下编过,运行时需要先运行中间层。
如果ADO配置不当,它会自己弹出连接配置,正确设置后即可运行,
运行完中间层后,才可以正确运行客户层。否则,客户层会弹出警告
提示框。
-three entries, write a beauty salon on the. The procedures in Delphi 7.0 SQL2000 provided under that operation needs to run the middle layer. If ADO improper configuration, it will link its own pop-up configuration can be set correctly after the operation, Operation End middle layer, we can correct operation of customer layer. Otherwise, the customer will pop-warning boxes.
- 2022-01-25 20:38:48下载
- 积分:1
-
VC++编程的小游戏 俄罗斯方块
VC++编程的小游戏 俄罗斯方块-VC++ programming Tetris game
- 2022-10-04 16:55:04下载
- 积分:1
-
这是一个小工具,用于CS上,可以对游戏进行一守的控制对你的技术有一定的帮助...
这是一个小工具,用于CS上,可以对游戏进行一守的控制对你的技术有一定的帮助-this is a small tool used in CS structure,it can do some help in your control of your game.
- 2022-12-24 00:50:04下载
- 积分:1
-
本程序是一个银行家算法避免死锁的程序,模拟实现资源分配。...
本程序是一个银行家算法避免死锁的程序,模拟实现资源分配。-this procedure is a banker"s algorithm to avoid deadlock procedures, simulating the distribution of resources.
- 2022-07-02 03:24:33下载
- 积分:1
-
本代码利用组件实现定制文件打开对话框
本代码利用组件实现定制文件打开对话框-components of the code used to achieve customized document open dialog
- 2022-03-01 04:47:54下载
- 积分:1
-
VF development of the landing system users in order to prepare the course design
VF开发的用户登陆系统 为了课程设计编写的-VF development of the landing system users in order to prepare the course design
- 2022-01-25 22:00:57下载
- 积分:1