-
The source provides a number of MSN contact operation, including import and expo...
该源码提供对MSN的联系人的一些操作,包括导入导出联系人等-The source provides a number of MSN contact operation, including import and export contact, etc.
- 2022-03-11 09:09:57下载
- 积分:1
-
轻量级的日志文件类
轻量级的日志文件类-lightweight category of log files
- 2022-04-15 19:47:09下载
- 积分:1
-
一款军舰释放炸弹炸潜艇,潜艇可释放鱼雷炸军舰的游戏。用MFC实现框架编写的程序。用链表实例化各个对象,方便删除和添加对象...
一款军舰释放炸弹炸潜艇,潜艇可释放鱼雷炸军舰的游戏。用MFC实现框架编写的程序。用链表实例化各个对象,方便删除和添加对象-The release of a bomb submarine warships, submarines, warships may be the release of the game torpedo bombing. MFC framework used to achieve the preparation procedures. List examples of use of various objects, delete and add the object to facilitate
- 2022-11-20 23:45:04下载
- 积分:1
-
VC毛玻璃
#define GDIPVER 0x0110 //定义高版本的GDI+(1.1)
#include
#include
#include
#include
#include
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
#include
#pragma comment(lib,"dwmapi.lib")
//Aero效果是否已启用
BOOL IsCompositionEnabled()
{
BOOL bEnabled,bResult;
bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled);
return bResult;
}
//对已分层的窗口启动玻璃效果
HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄
BOOL bEnable = TRUE, //启用或禁用
HRGN hRgn = 0, //模糊窗体中某个区域
BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用
{
DWM_BLURBEHIND blurBehind = { 0 };
blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED;
blurBehind.fEnable = bEnable;
blurBehind.fTransitionOnMaximized = bTransitionOnMaximized;
if (bEnable && hRgn != NULL)
{
blurBehind.dwFlags |= DWM_BB_BLURREGION;
blurBehind.h
- 2023-05-01 15:10:04下载
- 积分:1
-
AT90S8515与点阵液晶模块的C语言编程实例源程序
AT90S8515与点阵液晶模块的C语言编程实例源程序-AT90S8515 dot matrix LCD module with the C programming language source code examples
- 2022-04-08 21:38:24下载
- 积分:1
-
sdh ,ethernet mapper and e1 mapper driver
sdh、以太网映射器和e1映射器驱动程序
- 2023-02-26 00:35:03下载
- 积分:1
-
Delphi下的AES,支持ECB、CBC等加密模式,输出base64或者HEX格式,和java端AES保持兼容(全部亲测通过)
- 2023-05-28 20:35:03下载
- 积分:1
-
网络中的计算机
检查计算机是否网络化。
- 2023-08-13 01:30:03下载
- 积分:1
-
an Intel Dialogic card version of dial
一个Intel的Dialogic版卡的编程拨号-an Intel Dialogic card version of dial-up programming
- 2022-03-31 00:37:18下载
- 积分:1
-
Hello earth ! 调用谷歌地球实例
详见《Hello earth,据说你这只已经关闭了的谷歌地球API》
安装谷歌地球插件,调用谷歌地球api脚本,实现winform上的"Hello earth !"
- 2022-08-09 14:00:07下载
- 积分:1