摘要:
有机会联系一下哦。 陈杰(嘻哈呵嘿) 13328551962 阅读全文
posted @ 2004-04-02 18:13
嘻哈呵嘿
阅读(530)
评论(1)
推荐(0)
|
摘要:
有机会联系一下哦。 陈杰(嘻哈呵嘿) 13328551962 阅读全文
posted @ 2004-04-02 18:13
嘻哈呵嘿
阅读(530)
评论(1)
推荐(0)
摘要:
这可是广大MS程序员的福音呀。只是还有好多还没有翻译过来。。期待中!http://www.microsoft.com/china/msdn/countdown.htm在System.Net中为 WebRequest 使用 HTTP代理: if(bool.Parse(CommonClass.GetConfigItem("QueryKeywordUseProxy"))) { System... 阅读全文
posted @ 2004-03-31 09:06
嘻哈呵嘿
阅读(597)
评论(0)
推荐(0)
摘要:
朋友说要做个可以用缩略图方式查看的ListView.初步看了下,用了半小时做了个简单的。毛病还有很多,例如速度啊。闪烁啊。不过总算是个开始吧。请大家指教!using System;using System.ComponentModel;using System.Collections;using System.Diagnostics;using System.Windows.Forms;using... 阅读全文
posted @ 2004-03-25 17:34
嘻哈呵嘿
阅读(3230)
评论(2)
推荐(0)
摘要:
using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.ServiceProcess;using System.Net; namespace WuyinIISControler{ public class Mai... 阅读全文
posted @ 2004-02-24 01:06
嘻哈呵嘿
阅读(1790)
评论(3)
推荐(0)
摘要:
纯粹备忘。高手勿见怪。/// /// 处理通告图标的右键鼠标事件/// /// /// private void notifyIcon1_MouseDown(object sender, MouseEventArgs e){if(e.Button==MouseButtons.Left)return;ButtonItem objItem=D1.Cont... 阅读全文
posted @ 2004-02-12 20:19
嘻哈呵嘿
阅读(2152)
评论(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
嘻哈呵嘿
阅读(775)
评论(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
嘻哈呵嘿
阅读(3536)
评论(0)
推荐(0)
|