嘻哈人间,我醉逍遥

while(true){this.StudyDotNet(DotNetLanguage.CSharp);}

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2004年2月12日

摘要: 纯粹备忘。高手勿见怪。/// /// 处理通告图标的右键鼠标事件/// /// /// private void notifyIcon1_MouseDown(object sender, MouseEventArgs e){if(e.Button==MouseButtons.Left)return;ButtonItem objItem=D1.Cont... 阅读全文
posted @ 2004-02-12 20:19 嘻哈呵嘿 阅读(2138) 评论(2) 推荐(0) 编辑

摘要: using System;using System.IO;using System.Windows.Forms;using System.Diagnostics; namespace Wuyin.ShoesManager{ /// /// Start 的摘要说明。 /// public class Start { static FlashScreen fs = null; static s... 阅读全文
posted @ 2004-02-12 20:10 嘻哈呵嘿 阅读(762) 评论(1) 推荐(0) 编辑

摘要: #region Windows Api 定义 /// /// 模拟鼠标事件/// /// 鼠标事件的Enum/// X座标/// Y座标/// /// [DllImport("user32.dll")]public static extern void mouse_event (MouseEvents dwFlags,long dx, long dy,l... 阅读全文
posted @ 2004-02-12 19:59 嘻哈呵嘿 阅读(3528) 评论(0) 推荐(0) 编辑

欢迎访问无垠IT教学网论坛