随笔分类 -  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... 阅读全文
posted @ 2016-03-30 11:46 温故余学 阅读(904) 评论(0) 推荐(0)
摘要:window7 64位无法显示打印窗问题 阅读全文
posted @ 2016-03-30 11:37 温故余学 阅读(262) 评论(0) 推荐(0)
摘要:1 Len Len(string|varname) 返回字符串内字符的数目,或是存储一变量所需的字节数。 2 Trim Trim(string) 将字符串前后的空格去掉 3 Ltrim Ltrim(string) 将字符串前面的空格去掉 4 Rtrim Rtrim(string) 将字符串后面的空格去掉 5 Mid Mid(string,start,length) 从... 阅读全文
posted @ 2016-03-23 13:45 温故余学 阅读(2805) 评论(0) 推荐(0)