-
VB源码,很多!一个眼睛!
vb源码,很多的!!值得一看!!请下载-vb source, many! ! An eye-catcher! ! Please download! !
- 2022-01-30 19:45:46下载
- 积分:1
-
一个具有雪花效果的小程序
一个具有雪花效果的小程序-a snowflake effect of small programs
- 2022-03-23 05:48:00下载
- 积分:1
-
监控医疗程序,可显示心电图、血压、呼吸等…
医用监护仪程序,可显示心电,血压,呼吸等数据,用VC++编写医学信号的朋友可以以此作为参考。-Monitor medical procedures, can display ECG, blood pressure, breathing and other data, using VC++ Prepared Friend medical signal can also be used as reference.
- 2023-03-17 12:35:04下载
- 积分:1
-
flex中文手册,Flex
flex中文手册,Flex-3-Cookbook-Chinese-Version.rar-flex manual English, Flex-3-Cookbook-Chinese-Version.rar
- 2022-01-25 15:29:05下载
- 积分:1
-
实现了多幅动态图片在客户区的分层显示,非常好用
实现了多幅动态图片在客户区的分层显示,非常好用-Realize a number of dynamic images in the customer area of the layered display, very easy to use
- 2022-01-25 22:22:04下载
- 积分:1
-
bitmap_menu261.zip
资源描述
bitmap_menu261.zip,好好学习下,可以对编程有所帮助,大家加油啊
- 2022-04-18 22:32:45下载
- 积分: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
-
一个七星彩选号器,很好用的呀!
一个七星彩选号器,很好用的呀!-BARRE- Dip a device that is useful!
- 2022-06-12 04:37:22下载
- 积分:1
-
mfc继承类模拟以及虚拟函数表实现,在其中可以查看mfc的虚函数表的具体实现...
mfc继承类模拟以及虚拟函数表实现,在其中可以查看mfc的虚函数表的具体实现-mfc succession as well as the type of simulation realize virtual function table, in which to view the virtual function table mfc concrete realization of
- 2022-11-28 01:50:03下载
- 积分:1
-
一个Pipe的程序的源代码,写得比较经典,大家可以尝试下载看看,阿东的...
一个Pipe的程序的源代码,写得比较经典,大家可以尝试下载看看,阿东的-Pipe of a program s source code, written in the classical comparison, we can try to download to see the Adong
- 2022-11-26 13:25:03下载
- 积分:1