CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
不看会后悔的Windows XP之经验谈 简单快捷DIY实用家庭影院
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  VC/MFC >  基础类

重大问题!!!

楼主a_kun(狂人日记)2001-11-19 08:50:20 在 VC/MFC / 基础类 提问

请问如何使用WM_MOUSEHOVER和WM_MOUSELEASE这两条消息?(MSDN说要在98和NT40以上版本运行,可是VC都是在95版本,不能编译这两条消息) 问题点数:50、回复次数:10Top

1 楼a_kun(狂人日记)回复于 2001-11-19 13:08:36 得分 0

怎么没有人帮忙呢?555555~~~~~~~~~~~~~  
   
  除了这个方法,还有其它的什么办法能够解决鼠标移到窗口上发消息,移出来也发另一个消息?Top

2 楼a_kun(狂人日记)回复于 2001-11-19 13:20:51 得分 0

兄弟们帮忙呀!!!!!!!Top

3 楼liujiangsh(飞鹰)回复于 2001-11-19 13:45:15 得分 10

升级呗Top

4 楼Happy_Wawe(十一少)回复于 2001-11-19 13:49:15 得分 10

用timer跟踪鼠标,然后判断。Top

5 楼jiangsheng(蒋晟.Net[MVP])回复于 2001-11-19 14:10:55 得分 10

Minimum   System   Required   |Macros   to   Define    
  Windows   95   and   Windows   NT   4.0   |WINVER=0x0400      
  Windows   98   and   Windows   NT   4.0   |_WIN32_WINDOWS=0x0410   and   WINVER=0x0400    
  Windows   NT   4.0   |_WIN32_WINNT=0x0400   and   WINVER=0x0400    
  Windows   98   and   Windows   2000   |WINVER=0x0500    
  Windows   2000   |_WIN32_WINNT=0x0500   and   WINVER=0x0500    
  Whistler   |_WIN32_WINNT=0x0501   and   WINVER=0x0501    
  Internet   Explorer   3.0   |_WIN32_IE=0x0300    
  Internet   Explorer   4.0   |_WIN32_IE=0x0400    
  Internet   Explorer   5.0   |_WIN32_IE=0x0500    
  Guard   Statement   |Meaning    
  #if   _WIN32_WINNT   >=   0x0400   |Windows   NT   4.0   and   later.   It   is   not   implemented   in   Windows   95.    
  #if   _WIN32_WINDOWS   >=   0x0410   |Windows   98.   The   image   may   not   run   on   Windows   95.      
  #if   _WIN32_WINNT   >=   0x0500   |Windows   2000.   The   image   may   not   run   on   Windows   95/98   or   Windows   NT.    
  #if   _WIN32_WINNT   >=   0x0501   |Whistler.   The   image   may   not   run   on   Windows   95/98,   Windows   NT,   or   Windows   2000.    
  #if   WINVER   >=   0x0500   |Windows   2000   and   Windows   98.   The   image   may   not   run   on   Windows   95   or   Windows   NT.    
  #if   _WIN32_IE   >=   0x0300   |Internet   Explorer   3.0   and   later.    
  #if   _WIN32_IE   >=   0x0400   |Internet   Explorer   4.0   and   later.    
  #if   _WIN32_IE   >=   0x0500   |Internet   Explorer   5.0   and   later.    
  Top

6 楼a_kun(狂人日记)回复于 2001-11-19 19:42:57 得分 0

没效果……Top

7 楼a_kun(狂人日记)回复于 2001-11-19 19:43:44 得分 0

没效果……  
  具体怎么搞?Top

8 楼forrest9910(laomaomao)回复于 2001-11-19 20:05:44 得分 10

谁说的,VC都是在95版本?Top

9 楼smallfool(smallfool)回复于 2001-11-19 21:29:54 得分 10

好象要先注册这两个消息,然后再响应,具体我要看一下自量.Top

10 楼a_kun(狂人日记)回复于 2001-12-28 21:10:40 得分 0

快元旦了,把以前没结帐的帖子结了,不管有没有得到正确的答案。谢谢大家的支持。Top

相关问题

  • 事关重大!!!!
  • 重大发现!!!!
  • 重大问题(急)
  • Sybase11.9重大问题
  • 超级重大发现!
  • delphi 本身重大问题!!
  • VC7.0中一个重大Bug!
  • 重大问题求助
  • 完了。。重大问题!
  • .net 开发 ,重大问题

关键词

  • win32
  • nt
  • 消息
  • ie
  • internet
  • winver
  • winnt
  • later
  • internet explorer
  • maynot run

得分解答快速导航

  • 帖主:a_kun
  • liujiangsh
  • Happy_Wawe
  • jiangsheng
  • forrest9910
  • smallfool

相关链接

  • Visual C++类图书
  • Visual C++类源码下载

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
北京创新乐知广告有限公司 版权所有, 京 ICP 证 070598 号
世纪乐知(北京)网络技术有限公司 提供技术支持
Copyright © 2000-2008, CSDN.NET, All Rights Reserved
GongshangLogo