随笔分类 -  C#

摘要:例如下,字符串,格式化数字格式字符串-----货币-----.ToString("C");.ToString("c");例 2.5.ToString("c") -> ¥2.50-----十进制-----.ToString("D");.ToString("d");例 123.ToString("d8"... 阅读全文
posted @ 2015-04-24 15:58 fanny4281 阅读(288) 评论(0) 推荐(0)
摘要:Visio Studio 阅读全文
posted @ 2015-04-24 15:54 fanny4281 阅读(1075) 评论(0) 推荐(0)
摘要:'添加事务提交 Dim con As SqlConnection = New SqlConnection(frmSetting._DatabaseProvider.GetConnectionString) Dim cmd As SqlCommand = New SqlCommand() Dim tr... 阅读全文
posted @ 2014-11-07 16:35 fanny4281 阅读(110) 评论(0) 推荐(0)
摘要:textBox1.Select(textBox1.TextLength, 0);//使光标在末尾textBox1.Select(0, 0);//使光标在起始 阅读全文
posted @ 2014-11-07 16:26 fanny4281 阅读(471) 评论(0) 推荐(0)
摘要:1 Private Sub lstShowRunning_MouseDoubleClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles lstShowRunning.M... 阅读全文
posted @ 2014-11-06 16:50 fanny4281 阅读(635) 评论(0) 推荐(0)