摘要:
在winform中可以拖动窗体移动!bool canMove = true;private Point mouseOffset; //记录鼠标指针的坐标private bool isMouseDown = false; #region 移动窗体 private void panel1_MouseDown(object sender, MouseEventArgs e) { int xOffset; int yOffset; if (e.Button == MouseBu... 阅读全文
posted @ 2013-08-31 16:30
心绪如泥
阅读(188)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Data.SqlClient;namespace WindowsApplication9{ public partial class MainForm : Form { string username = "";//用户名 ... 阅读全文
posted @ 2013-08-31 10:52
心绪如泥
阅读(325)
评论(0)
推荐(0)

浙公网安备 33010602011771号