专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
  任何门语言都提供了丰富操作符vb也不例外操作符般分为:算术运算符赋值运算符比较运算符逻辑运算符其它本文只以几个小例子来介绍其中些比较重要应用  在本文中将会用到个自定义类 dog 代码如下:Public Class dogClass dogPrivate s_name As StringPrivate s_color As ColorPrivate s_age As IntegerPublic Sub NewSub News_name = "塞北雪"s_age = 22s_color = .Drawing.Color.RedEnd S [阅读全文] [PDF]
  ArrayList 就是列表它位于 .Collections名称空间下是集和类型 和 ArrayList 同胞还有个List他们实用很相似我们只介绍些有关ArrayList些东东  ArrayList有 3个构造器:  ArrayList  ArrayList(32)  ArrayList(ICollection)  个简单例子如下:  Dim t As New ArrayList  t.Add("Northsnow")  Dim d As New Collection  d.Add("塞北雪")  d.Add(& [阅读全文] [PDF]
参考)Option ExplicitPrivate Declare Function ShowWindow Lib \"user32\" (ByVal hwnd As Long, ByVal nCmdShow As Long) As LongPrivate Declare Functio [阅读全文] [PDF]
1 共3条 分1页