随笔分类 - VB
摘要:If Me.ActiveControl.GetType.BaseType.ToString = "System.Windows.Forms.TextBoxBase" Then Windows.Forms.SendKeys.Send("^{X}") End If If Me.ActiveControl.GetType.BaseType.ToString = "System.Windows.For...
阅读全文
摘要:1 Len Len(string|varname) 返回字符串内字符的数目,或是存储一变量所需的字节数。 2 Trim Trim(string) 将字符串前后的空格去掉 3 Ltrim Ltrim(string) 将字符串前面的空格去掉 4 Rtrim Rtrim(string) 将字符串后面的空格去掉 5 Mid Mid(string,start,length) 从...
阅读全文

浙公网安备 33010602011771号