随笔分类 -  VB

摘要:第一步:给TextBox注册事件 Private Sub DataGridView1_EditingControlShowing(sender As Object, e As winForms.DataGridViewEditingControlShowingEventArgs) Handles D 阅读全文
posted @ 2023-03-06 02:44 rf8862 阅读(466) 评论(0) 推荐(0) 编辑
摘要:https://visualstudio.microsoft.com/zh-hans/thank-you-downloading-visual-studio/?sku=Community&rel=16 阅读全文
posted @ 2020-11-12 05:39 rf8862 阅读(700) 评论(0) 推荐(0) 编辑
摘要:1、匹配TAB键:\\s{2,}|\t 阅读全文
posted @ 2020-07-15 10:37 rf8862 阅读(156) 评论(0) 推荐(0) 编辑
摘要:''修改ItemHeight无效 Private Sub ListBox1_DrawItem(sender As Object, e As DrawItemEventArgs) Handles ListBox1.DrawItem e.DrawBackground() e.DrawFocusRecta 阅读全文
posted @ 2020-03-27 04:21 rf8862 阅读(1015) 评论(0) 推荐(0) 编辑
摘要:Dim a As String = StrDup(100, "*") 阅读全文
posted @ 2020-02-18 20:42 rf8862 阅读(355) 评论(0) 推荐(0) 编辑
摘要:以下两种方法来自qq群,未经测试: 方法一: If (UBound(Diagnostics.Process.GetProcessesByName(Diagnostics.Process.GetCurrentProcess.ProcessName)) > 0) Then MessageBox.Show 阅读全文
posted @ 2012-06-19 15:10 rf8862 阅读(831) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示