-
Excel的全部操作,vs2005开发文档(excel,word)的生成,文档汇总,报表汇总输出等...
Excel的全部操作,vs2005开发文档(excel,word)的生成,文档汇总,报表汇总输出等-Excel, all the operations
- 2023-01-12 12:20:04下载
- 积分:1
-
comprehensive nature of the display of the hotel and services. Hotel in...
全面的展示了宾馆自然情况和服务内容。
介绍宾馆信息,帮助客人了解宾馆相关信息。
为客户提供宾馆所在地旅游景点的详细信息。
向客户全面提供宾馆客房信息。
- comprehensive nature of the display of the hotel and services. Hotel information introduced to help visitors understand the hotel related information. hotel location to provide customers with detailed information on tourist attractions. to customers to provide comprehensive information on hotel rooms.
- 2022-02-03 06:32:57下载
- 积分:1
-
Character typesetting Function
字符排版功能
- 2022-06-03 01:15:47下载
- 积分:1
-
该程序主要用于获取现有的驱动器名,并且列举出来。
该程序主要用于获取现有的驱动器名,并且列举出来。-The program is mainly used to obtain the existing drive name, and listed.
- 2023-03-22 08:05:04下载
- 积分:1
-
一个动态曲线的例子可修改成实时曲线还有一个数码管显示
一个动态曲线的例子可修改成实时曲线还有一个数码管显示-a dynamic curve can be transformed into an example of real-time curve also shows a digital tube
- 2022-02-25 00:01:02下载
- 积分:1
-
类似于网络蚂蚁的下载软件(VB源码
类似于网络蚂蚁的下载软件(VB源码-network similar to the ants download software (VB source
- 2022-05-25 22:32:09下载
- 积分: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
-
Graphics course design. . To achieve a straight line, Biezer curves, rectangles...
图形学课程设计。。实现直线,Biezer曲线,矩形等图形绘制,并利用属性面板修改绘制图形-Graphics course design. . To achieve a straight line, Biezer curves, rectangles and other graphics rendering, and using properties panel to edit graphics rendering
- 2022-09-05 18:35:02下载
- 积分:1
-
ImageWithTransparency source code for Visual Studio 2005 by VB
visualstudio2005用VB编写的ImageWithTransparency源代码
- 2022-02-09 21:21:07下载
- 积分:1
-
视窗移动控制器
gps controller for windows mobile
- 2022-02-02 11:22:15下载
- 积分:1