
Vb编程
haodawei123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ScriptControl控件使用
代码 Private Sub Command1_Click() On Error GoTo scError Dim strFun As String Dim a, b As Long x = 2 b = 3 strFun = “function Add(a,b)” & vbCrLf & “Add=a+b+s” & vbCrLf & “End Function” & vbCrLf ScriptControl1.Modules.Add “MyCode” ScriptCon原创 2020-06-20 21:59:59 · 1010 阅读 · 0 评论 -
VB字符串处理函数一览(转)
https://blog.youkuaiyun.com/jane007123/article/details/78191080转载 2020-04-08 14:32:33 · 365 阅读 · 0 评论