程 序 人 生

[每个人都是工程师,书写着属于自己的人生代码!--林海]
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年10月18日

摘要: 首先在窗体构造方法,里加入这样一句话 C#代码 this.MouseWheel+=newSystem.Windows.Forms.MouseEventHandler(this.panel1_MouseWheel);this.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseWheel);C#代码 #r... 阅读全文

posted @ 2008-10-18 15:05 林海 阅读(2081) 评论(1) 推荐(0) 编辑