-
对于wince的一个应用说明,这样方便初学者进行开发应用
对于wince的一个应用说明,这样方便初学者进行开发应用-For a wince application notes, this easy for beginners to the development and application of
- 2023-08-10 01:20:02下载
- 积分:1
-
vb6 spy
vb6源码,取得窗口句柄和画面,最大化最小化窗口或者修改窗口的大小(对于内容显示不全或者窗口内可见范围外还有控件的情况特别有用),修改按钮的可用性等等。
- 2022-02-03 17:39:35下载
- 积分:1
-
WINCE under a PPC can be used on commonly used software DLL file collection
一个在WINCE下可以用PPC上软件的常用的DLL文件集合-WINCE under a PPC can be used on commonly used software DLL file collection
- 2022-12-02 15:45:03下载
- 积分:1
-
Telecom wireless optimization study materials well in practice over there that i...
学习电信无线优化的好材料,在里面实习过,觉得很有用就发上来 分享下-Telecom wireless optimization study materials well in practice over there that is useful to share on the hair under the table
- 2023-07-05 02:35:04下载
- 积分:1
-
这个是wince编程的英文教程,非常的好,学会了这个估计你一个月拿6K以上绝对没问题了...
这个是wince编程的英文教程,非常的好,学会了这个估计你一个月拿6K以上绝对没问题了-Programming Guide English very well, the estimate of the Institute of you more than a month with 6K absolutely no problem with the
- 2022-05-24 14:42:33下载
- 积分:1
-
VC实现的PL/0编译器,该程序实现词法分析、语法分析及语义分析,以四元式为输出结果,是计算机专业的一门重要的实验课程。...
VC实现的PL/0编译器,该程序实现词法分析、语法分析及语义分析,以四元式为输出结果,是计算机专业的一门重要的实验课程。-p10_builder
- 2023-03-25 13:20:04下载
- 积分: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
-
WinCE下的ActiveX控件开发,使用Visual C
WinCE下的ActiveX控件开发,使用Visual C-ActiveX control under WinCE development, use Visual C++
- 2022-01-27 23:57:09下载
- 积分:1
-
Windows debug guide.
Windows debug guide.
- 2022-05-31 20:27:27下载
- 积分:1
-
可以实现从键盘输入和屏幕显示的功能
能够实现从键盘输入并在显示器上显示的功能-can achieve input from the keyboard and the screen shows the function
- 2022-05-07 00:43:00下载
- 积分:1