搜索资源列表
yuanchengjiankong
- 一款用C#编写的远程控制客户端以及监控端,可以实现远程桌面以及监控鼠标事件等。功能相当强大-The preparation of a C# using the remote control and monitoring of client-side can be achieved, as well as Remote Desktop to monitor the mouse events. Quite strong
CSharp-webBrowser
- C#中使用webBrowser模拟表单填写及鼠标点击 在编写网页自动登录器、网页自动注册器、广告模拟点击器的时候,你可以能会用到webBrowser,用来模拟表单的填写及鼠标点击事件等,以下是你可能会用到的函数: 判断是否网络正常 -C# using webBrowser simulation form filling and mouse clicksIn the preparation of webpage automatic login, automatic registra
ww_2008-04-16
- 我精简过的World Wind worldwind是和googleearth功能差不多的一款软件-World Wind worldwind googleearth
SimulateMouse
- 转载一个模拟鼠标的代码,展示了模拟鼠标移动及点击事件,出处不记得了。-ww
wpf-notifyicon_VS2008
- 用Visual Studio 2008中WPF做的一个托盘程序,模块化得非常好并且带有两个使用它的样例程序。左击,右击任务栏图标,移动鼠标至图标上等各种事件都有封装。-WPF using Visual Studio 2008 to do a tray in the procedure, modular, and very good with two sample programs use it. Left-click, right-click the taskbar icon, move the
xiaojingling
- 简单的程序控制,包括:窗体透明、事件、委托、线程、按键鼠标控制等。-Simple process control, including: a transparent form, event, delegate, thread, button mouse control.
baozha
- 一个silverlight的爆炸动画效果的实现,事件由鼠标的路由事件触发-The explosion of a silverlight animation to achieve, events triggered by the mouse, routing events
wincetouch
- wince 下的测试屏幕的坐标软件,还有就是能检查鼠标的单击的事件-wince under the screen coordinates of the test software, there is to check the mouse click event
CSharp
- C#1实现使用“Graphics”类的“DrawPie”方法和“FillPie”方法绘制立体饼图 C#2实现使用绘制线段函数画cos曲线 C#3实现使用“Graphics”类的“DrawLine”方法绘制圆。 C#4实现文本编辑器的设计 C#5实现鼠标事件-C# using the " Graphics" class " DrawPie" methods and " FillPie draw three-dimensional pie
CSharp
- 程序要实现的目的是通过鼠标来控制图片的缩放和移动的效果,也就是说可以鼠标在程序界面上拖动图片,通过鼠标滚轮放大和缩小图片。这种功能在图片浏览程序里面再普通不过了,一般来说,如果是在MFC或者Winform里面实现这两个功能的话,都是通过处理鼠标的移动和滚轮事件,在这两个事件处理函数里面,获取鼠标的位置和滚轮滚动的偏移量,然后针对性地更改图片的位置和高宽度来做的。-Program to achieve the purpose of the picture zoom and move the mou
CSharp
- winform C#事件主要是用Click事件(当BUTTON获得焦点,按Enter时也会触发) 注意:如果在按钮上单击了鼠标左键,然后把鼠标移动到其他位置,再释放鼠标,将不会引发Click事件 可以在按钮中添加自定义事件 -Usage and usage BUTTON in DELPHI similar attributes to note are as follows The BackColor background color DialogResult click t
picture-dragcontrol--CSharp
- 通过将图片加载到控件中,然后获取鼠标事件,使图片随鼠标的移动而移动。-The picture is loaded into the control, and then get the mouse event, the picture moves with the movement of the mouse.