摘要:
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown); private void pictureBox1_MouseDown(object sender, MouseEventArgs e) { Point aa = new Point(e.X, e.... 阅读全文
posted @ 2010-08-21 07:11
TsingCai
阅读(158)
评论(0)
推荐(0)
摘要:
public static string programPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase); private void button1_Click(object sender, EventArgs e) { stri... 阅读全文
posted @ 2010-08-21 06:41
TsingCai
阅读(248)
评论(0)
推荐(0)