-
一个用delphi实现的邮件收发程序,实现了邮件的基本功能
一个用delphi实现的邮件收发程序,实现了邮件的基本功能-Delphi realize a use of mail procedures, realize the basic functions of the e-mail
- 2022-08-03 09:43:44下载
- 积分:1
-
classic VC data algorithm code several interesting algorithm, useful learning al...
VC经典数据算法代码
几个有意思的算法,初学算法有益,经典,经典-classic VC data algorithm code several interesting algorithm, useful learning algorithm, classic, classic
- 2022-12-30 12:45:08下载
- 积分:1
-
VB 精选文摘集合
VB 精选文摘集合 - 系统篇-Featured abstracts VB Collection- System Part
- 2022-05-22 03:57:33下载
- 积分:1
-
求集合的各元素的重数,也就是重复次数,和集合的众数,也就是重复次数最多的元素...
求集合的各元素的重数,也就是重复次数,和集合的众数,也就是重复次数最多的元素-Seeking re-set the number of each element, that is, repetition, and the collection mode, that is, the highest number of repeated elements
- 2023-01-09 11:35:04下载
- 积分:1
-
Vml based on the work flow design, you can use in the project
Vml based on the work flow design, you can use in the project
- 2022-02-01 13:23:39下载
- 积分:1
-
犯错
在本人用完计算机之后,往往不希望别人发现你做过什么,和浏览过什么网址。(特别是和多人共用一台机子时)。当然,你可以手工清理那些记录。 但那是多么繁杂的一件事啊。 我想没人愿意那样做。于是,我想到用一个软件来一次性完成上述工作。清除历史记录的文章很多,但是一般都不够全面。本人经过整理和收集一些资料,加以融合。得到了一个较全面的历史记录清除方法。在这里要指出代码能完成,要特别感谢朋友 xzhang
左图便是本文例子程序的运行效果图,我们可以从中看到该例子具体能实现的清除内容-err
- 2022-04-19 17:04:16下载
- 积分:1
-
浅谈软件保护,说实话我也不太明白,大家都来看看!
浅谈软件保护,说实话我也不太明白,大家都来看看! -software protection, tell the truth I do not quite understand that we have to look at!
- 2022-01-25 19:34:23下载
- 积分:1
-
汽车美容销售系统
为朋友开发的一套软件。现在也共免给大家 ,现在缺一个视频采集卡的开发功能
- 2022-04-22 05:40:27下载
- 积分: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
-
航空定票系统
有退票定票 远程打印
报表显示 asp .net运行环境...
航空定票系统
有退票定票 远程打印
报表显示 asp .net运行环境-air ticket system for ticket refunds Remote Print statements asp. Net operating environment
- 2022-01-27 18:06:14下载
- 积分:1