三十功名尘与土

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 2697|回复: 1

Windows32 api 无法响应双击事件

[复制链接]

9

主题

9

帖子

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
39946
发表于 2023-2-19 09:49:24 | 显示全部楼层 |阅读模式
当我们在窗口监听WM_LBUTTONDBLCLK事件的时候,发现无法响应。这种情况的出现主要是在注册类的时候没有把双击事件注册进去。
  1. WNDCLASS wc = {};
  2.         wc.lpfnWndProc = WindoProc;                        //窗口进程回调函数(指向窗口过程的指针),包括事件消息处理也交给它
  3.         wc.hInstance = hInstance;                        //是应用程序实例的句柄
  4.         wc.lpszClassName = CLASS_NAME;      //是标识窗口类的字符串
  5.         wc.style = CS_HREDRAW | CS_DBLCLKS; //CS_DBLCLKS:注册双击
复制代码

在style中一定要CS_DBLCLKS,这样就可以了。
回复

使用道具 举报

12

主题

52

帖子

134

积分

注册会员

Rank: 2

积分
134
发表于 2024-11-15 22:15:35 | 显示全部楼层
Lipases convert lipids to long chain fatty acids; proteases convert proteins to amino acids; and the polysaccharides such as cellulose, starch, and pectin are hydrolyzed to monosaccharides by cellulases, amylases, and pectinases <a href=https://fastpriligy.top/>priligy amazon canada</a> After ovulation
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|三十功名尘与土

GMT+8, 2024-11-24 09:17 , Processed in 0.113634 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表