摘要: 一 下载 到http://dev.mysql.com/downloads/mysql/5.0.html winddows downloads(platform notes) Windows Essentials (x86) ... 阅读全文
posted @ 2007-01-14 18:23 yongwnet 阅读(1878) 评论(3) 推荐(0) 编辑
摘要: Private Sub TextBox1_KeyDown()Sub TextBox1_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown If e.KeyCode = Keys.Escape Then ... 阅读全文
posted @ 2007-01-14 14:26 yongwnet 阅读(391) 评论(0) 推荐(0) 编辑
摘要: winform中,listview是没有办法设置行高的,没行之间排得密密麻麻的,很不好! 可以加入一个imagelist来 撑大 行,实现行高的设置! // 设置行高 20 ImageList imgList = new ImageList(); imgList.ImageSize = new Size(1, 20);//分别是宽和高 ... 阅读全文
posted @ 2007-01-14 14:17 yongwnet 阅读(6703) 评论(4) 推荐(0) 编辑