-
VB 走势图控件 含原代码 可同图显示多组 K线图
VB 走势图控件 含原代码 可同图显示多组 K线图-VB Controls charts with the original code with the map to display multiple sets of K Line
- 2022-03-25 13:41:06下载
- 积分:1
-
利用Visual Basic编写的小程序,是windows系统下面自带的纸牌接龙游戏。...
利用Visual Basic编写的小程序,是windows系统下面自带的纸牌接龙游戏。-The use of Visual Basic procedures for the preparation of the small, the windows system, the following built-in card game Solitaire.
- 2023-03-13 16:55:04下载
- 积分:1
-
老是传不上去。。。。。。。测试一下这台破电脑真是得
老是传不上去。。。。。。。测试一下这台破电脑真是得-always fail. . . . . . . Taiwan to test this is a broken computer.
- 2022-01-31 20:54:52下载
- 积分:1
-
Visual Basic 编写,桌面图标文字背景为透明色
Visual Basic 编写,桌面图标文字背景为透明色-Visual Basic preparation, desktop icon transparent text background color
- 2022-05-11 02:41:24下载
- 积分:1
-
倒车雷达源程序带显示
这个程序比较全面,适合学习及应用。
- 2022-02-02 19:00:41下载
- 积分: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
-
windows进程管理类
压缩包包含两个文件ProcessManager.h、ProcessManager.cpp可以直接使用
CProcessManager提供接口如下:
BOOL SetProcessId(DWORD dwProcessId);
BOOL EnableDebugPrivilege();
BOOL QueryProcessStatus
- 2023-08-01 04:35:03下载
- 积分:1
-
多态性和复习的相关文件!!!好老火,要限制字数!!!防撒发生发生发生发撒...
多态性和复习的相关文件!!!好老火,要限制字数!!!防撒发生发生发生发撒-polymorphism and review of the relevant documents! ! ! Good old fire, to restrict the number of words! ! ! Anti-spreading occurred happened happened fat spreading
- 2022-12-06 06:35:03下载
- 积分:1
-
由浅入深的Wince源码.rar
适合新手学习的 WinCE 源码,共 13 章
由浅入深的Wince源码.rar
适合新手学习的 WinCE 源码,共 13 章-Progressive approach to the Wince source. Rar suitable for novice to learn WinCE source code, a total of 13 chapters
- 2022-06-03 12:14:47下载
- 积分:1
-
电子词典
资源描述使用C语言编写的电子词典,可是实现电子词典的功能。
- 2023-03-09 22:55:02下载
- 积分:1