文件名称:mouseshow
介绍说明--下载内容均来自于网络,请自行研究使用
创建第一个Visual C++应用程序的源码 是关于鼠标坐标位置适时显示的一个小程序,只要你的鼠标在窗口中晃动,窗口的状态栏右半部分圈红的地方会适时显示出鼠标的移动坐标,每动下鼠标,这个值是不一样的。我的第一个VC程序,就是这样。要获取鼠标坐标位置的,可参考下载-Create the first Visual C++ application source code is a small program on a timely display the mouse coordinates of the location, as long as shaking your mouse in the window, the status bar turns red where the right part of the window will show the moving coordinate timely mouse each movement of the mouse, this value is not the same. My first VC program, it is. To obtain the coordinates of the mouse position, refer to download
(系统自动生成,下载前可以参看下载内容)
下载文件列表
创建第一个Visual C++应用程序\mouse\MainFrm.cpp
............................\.....\MainFrm.h
............................\.....\Mouse.aps
............................\.....\Mouse.clw
............................\.....\Mouse.cpp
............................\.....\Mouse.dsp
............................\.....\Mouse.dsw
............................\.....\Mouse.h
............................\.....\Mouse.rc
............................\.....\MouseDoc.cpp
............................\.....\MouseDoc.h
............................\.....\MouseView.cpp
............................\.....\MouseView.h
............................\.....\res\Mouse.ico
............................\.....\...\Mouse.rc2
............................\.....\...\MouseDoc.ico
............................\.....\...\Toolbar.bmp
............................\.....\Resource.h
............................\.....\StdAfx.cpp
............................\.....\StdAfx.h
............................\.....\res
............................\mouse
创建第一个Visual C++应用程序