-
vb 6.0 写的通迅录,实现增、删、查功能。
vb 6.0 写的通迅录,实现增、删、查功能。-vb 6.0 recorded in written communication, the realization of the increasing deleted, check function.
- 2022-02-04 22:36:14下载
- 积分:1
-
易语言高精度等待模块源码
高精度等待,精确到微秒,几乎不占用内存,而且不会窗口假死。
- 2022-01-24 18:37:33下载
- 积分:1
-
在应用程序中设置打印选项
在应用程序中设置打印选项-application procedures set print options
- 2022-05-05 14:11:23下载
- 积分: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 procedure achieved by other procedures to change the document to remind the user when
- 2022-07-16 22:50:24下载
- 积分:1
-
VC6.0 use development, the entire document can be selected folder or multiple fi...
使用VC6.0开发,可以将整个文件夹或所选的多个文件名,由中文转换为拼音-VC6.0 use development, the entire document can be selected folder or multiple files, and by the conversion of Chinese Pinyin
- 2023-06-03 15:50:03下载
- 积分:1
-
解决管理和设置,使用电子表格设置方便…
IP地址管理和设置,用excel电子表格方便的管理和设置-IP address management and settings, using excel spreadsheet set up to facilitate the management and
- 2022-05-10 18:40:10下载
- 积分:1
-
comets : it is an powerpiont presentation describing about comets
comets : it is an powerpiont presentation describing about comets
- 2022-04-01 12:34:13下载
- 积分:1
-
插入排序,希尔排序,冒泡排序,快速排序,选择排序程序实现。...
插入排序,希尔排序,冒泡排序,快速排序,选择排序程序实现。-insertion sort, Hill, ranked bubble sort, quick sort, select Sort program.
- 2023-05-21 15:15:03下载
- 积分:1
-
Week Ligong Singlechip developed manual, the specific data manual see Zhou Ligon...
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。-Week Ligong Singlechip developed manual, the specific data manual see Zhou Ligong website.
- 2022-06-14 12:38:57下载
- 积分:1