随笔分类 - VB.NET
摘要:Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim pid As String pid = "" If System.Diagnostics.
阅读全文
摘要:fderStr2 = System.Text.RegularExpressions.Regex.Replace(fderStr1, "^([^s]*)\(", "") 其实只要一句就可以了,表达式为替换( 括号之前的所有东西fderStr2 = System.Text.RegularExpressi
阅读全文
摘要:Me.Cursor = System.Windows.Forms.Cursors.WaitCursor Me.Cursor = System.Windows.Forms.Cursors.Default 运行时改变鼠标形状
阅读全文