-
NetAnts similar drag
类似网络蚂蚁的拖放窗口,VC++源代码,希望大家能用得上。-NetAnts similar drag-and-drop window, VC source code, hope that we can useful.
- 2022-07-21 08:43:55下载
- 积分: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
-
this S/w intended to either ShutDown,Logoff or restart the computer as given tim...
此软件用于在给定时间或某个时间关闭、注销或重新启动计算机时间。这个win32api的S/W使用概念MFC关机计时器还使用系统托盘接口工作
- 2022-05-20 03:12:30下载
- 积分:1
-
C++代码
把C代码转为DELPHI,国外牛人写的.-C CODE TO DELPHI
- 2022-08-31 11:05:03下载
- 积分:1
-
《C C++程序设计》范例程序,很多程序很有用的,大家下载哟。
《C C++程序设计》范例程序,很多程序很有用的,大家下载哟。-examples of C & C++ How to Program. It is useful, welcome to download.
- 2022-03-29 20:33:14下载
- 积分:1
-
TCP / IP
TCP/IP中有关带外数据的SERVER/CLIENT端程序-TCP/IP-related out-of-band data Server/Client-side
- 2022-04-11 06:58:29下载
- 积分:1
-
这是用VB编写的一个用于实现电子日记的录入及其管理的小程序...
这是用VB编写的一个用于实现电子日记的录入及其管理的小程序-This is the VB prepared for the realization of an electronic diary of the recording and management of small programs
- 2022-07-03 02:50:29下载
- 积分:1
-
加密 VB.Net
这个项目只是为了生成处理器本地的 Id,这使用 Visual Basic.NET 2010。
我们创建处理器 ID,然后我们的任何结构二进制的文件加密对 16 位。
- 2022-05-08 04:43:58下载
- 积分:1
-
Can be very good to help beginners master C++, The future of learning programmin...
能够很好的帮助初学者精通C++,对以后编程语言的学习有很好的帮助-Can be very good to help beginners master C++, The future of learning programming languages have a very good help
- 2023-08-13 20:00:03下载
- 积分:1
-
windows mobile环境下滑行条控件的使用。
windows mobile环境下滑行条控件的使用。-windows mobile sliderctrl
- 2022-03-20 15:59:24下载
- 积分:1