登录
首页 » Windows开发 » 基于vc++编程,作用是当用户点击窗口的关闭按钮“X”时候,弹出消息框,可用于初学者学习。...

基于vc++编程,作用是当用户点击窗口的关闭按钮“X”时候,弹出消息框,可用于初学者学习。...

于 2023-08-11 发布 文件大小:18.75 kB
0 192
下载积分: 2 下载次数: 1

代码说明:

基于vc++编程,作用是当用户点击窗口的关闭按钮“X”时候,弹出消息框,可用于初学者学习。-Based on vc++ programming, the role of the window when the user clicks the close button " X" when the pop-up message box that can be used for beginners to learn.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个超快搜索的算法源码. searchi = search ignore case search = search case sensitive s...
    一个超快搜索的算法源码. searchi = search ignore case search = search case sensitive searchiw = search ignore case words only (e.g. words delimited by whitespace only,not words within words) searchw() = search case sensitive words only-An ultra-fast search algorithm source code. Searchi = search ignore casesearch = search case sensitivesearchiw = search ignore case words only (eg words delimited by whitespace only, not words within words) searchw () = search case sensitive words only
    2022-02-03 09:46:23下载
    积分:1
  • 汤子瀛操作系统电子教案,这是他编的那本操作系统书配套的,对学操作系统的很好。...
    汤子瀛操作系统电子教案,这是他编的那本操作系统书配套的,对学操作系统的很好。-the e-teaching plan opration system is belonged to tangziying,it is adapt to his opration system book,it is good for those who study the knowledge of operation system.
    2022-01-25 18:07:31下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • PB on the development of the ORACLE system management procedures (good)
    在PB上开发的ORACLE系统管理程序(好)-PB on the development of the ORACLE system management procedures (good)
    2023-06-28 09:15:04下载
    积分:1
  • 详细讲解怎样将密码储存在程序中
    详细讲解怎样将密码储存在程序中-explain in detail how to password stored in the proceedings
    2022-01-25 14:27:47下载
    积分:1
  • 计算机图形学,这是计算机图形学的算法画圆(midpoin…
    计算机图形学,这是计算机图形学中画圆算法(中点圆算法)-Computer graphics, this is draw a circle in computer graphics algorithm (midpoint circle algorithm)
    2022-09-12 12:30:03下载
    积分:1
  • ADO visits access database.It contains many sql sentences,very significant to be...
    ADO访问访问数据库。它包含许多sql语句,对初学者很有意义
    2022-12-24 01:25:03下载
    积分:1
  • Server_Side_ActionScript_Language_Reference
    服务器端ActionScript语言参考-Server_Side_ActionScript_Language_Reference
    2022-03-29 05:36:44下载
    积分:1
  • 用VB模拟Vista的玻璃窗口.zip
    用VB模拟Vista的玻璃窗口.zip-VB simulation using Vista
    2023-05-08 02:20:03下载
    积分:1
  • 这是我第一个delphi程序 是一个播放器和图片处理的组合
    这是我第一个delphi程序 是一个播放器和图片处理的组合-This is my first one delphi procedure is a player and photo processing portfolio
    2022-08-16 07:22:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载