-
A good Software engineering advices
A good Software engineering advices
- 2022-08-21 19:33:41下载
- 积分:1
-
实现定时关机的小程序,XP下编译通过相信对帮助你
定时关机小程序 在VC。NET、XP下编译通过 相信对你有帮助-Mytob.BSNotes small program in VC.NET, XP compile believe right help you
- 2023-04-08 02: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
-
简版的GIS系统
通过对点的读取,实现绘图,之后完成从图到属性和从属性到图的查询。先是读文件,之后绘图,之后建立索引,最后是查询。应该就是这样吧,
- 2022-06-18 00:51:29下载
- 积分:1
-
C C++ Entry classic example of a good facie, the C C++ Of learning would be of c...
C C++入门的经典例子,好好看下,对C C++的学习会有很大帮助,-C C++ Entry classic example of a good facie, the C C++ Of learning would be of considerable help,
- 2022-07-21 13:12:06下载
- 积分:1
-
程序实现多国语言的动态切换解决方案。把所有用到的字符串都放到文件中,一种语言一个文件,根据选择的语言到对应的文件中去加载字符串。这样不但可以动态切换语言,而且用...
程序实现多国语言的动态切换解决方案。把所有用到的字符串都放到文件中,一种语言一个文件,根据选择的语言到对应的文件中去加载字符串。这样不但可以动态切换语言,而且用户可以根据需要自己添加新的语言。-Procedures for multi-language dynamic switching solution. All the strings used are into file, a language of a document, depending on the chosen language to the corresponding file to load a string. Not only can dynamically switch languages, and users can add a new language needs its own.
- 2022-01-31 15:22:15下载
- 积分:1
-
Java applet 2 : 1. Figures for the band into two. Print out the diamond
Java小程序两个:1.用于转化数字的进制
2.打印出钻石形状的图形-Java applet 2 : 1. Figures for the band into two. Print out the diamond-shaped graphic
- 2022-02-01 13:55:18下载
- 积分:1
-
gained information of network card, whether check network,style,address,DNS.
得到网卡信息
可以检测 是否有网卡,类型,地址,网关-gained information of network card, whether check network,style,address,DNS.
- 2022-01-25 20:43:15下载
- 积分:1
-
VC音乐播放器源码
采用VC编写的音乐播放器程序,源码清晰,有注释,压缩包中包含响应的资源文件,可直接运行。
该音乐播放器具有打开音乐文件,播放,暂停,停止,打开歌词,睡眠模式,搜索歌曲,保存歌曲,提供播放列表和桌面歌词。
展示功能。界面良好,是商业音乐播放器的雏形,欢迎初学VC编程的朋友下载,一起学习,一起提高。
- 2022-03-13 16:00:39下载
- 积分:1
-
achieve dormancy function is very simple, as long as the implementation of the a...
实现休眠功能很简单,只要在任意想要执行的地方执行如下给出的休眠函数SetPower()就行,其实休眠很简单,只需要API:SetSystemPowerState()就行,就如关机/注销/重启一样,只需要ExitWindowEx(),但这些API可以直接用在98下,却不能用在2000/XP中,因为这里牵涉到了用户权限,没有权限是不能进行这些操作的,所以,首先要取得权限,下面给出代码:-achieve dormancy function is very simple, as long as the implementation of the arbitrary want the local implementation of the dormancy is as follows function SetPower () on the trip, dormancy is very simple, just API : SetSystemPowerState () on the trip, as shutdown/cancellation/restart, only ExitWindowEx (), but these APIs can be directly used in 98, not in 2000/XP can use, because it involves a user privileges, no authority can carry out these operations, therefore, must first obtain authority code is given below :
- 2022-03-20 18:24:22下载
- 积分:1