- 博客(8)
- 收藏
- 关注
转载 vb.net 中with ..... end with 的用法
With...EndWith 允许对指定的对象执行一系列语句,而不必重新限定对象的名称。例如,若要修改单个对象的若干不同的属性,请将属性赋值语句放在With...EndWith中,这样只用引用一次对象,而不是在每...
2012-11-22 16:48:36
1265
转载 vb .net基础学习(二)
Dim aStr $ '定义一个字符串变量 aStr $="This is a string" 系统函数: Now 返回系统日期/时间 例:2009-4-22 8:29:33 Time 返回当前时间 例:8:3...
2012-11-05 10:18:03
145
转载 vb .net基础学习(一)
1vb.net的数组定义 数组(Arrays),可以用相同名字引用一系列变量,并用数字(索引)来识别它们,在许多场合,使用数组可以缩短和简化程序,因为可以利用索引值设计一个循环,高效处理多种情况。数组的元素下标是连续的。 ...
2012-11-01 11:30:38
156
转载 c#TreeView 控件的使用
链接:http://www.cnblogs.com/CShapWinForms/archive/2006/05/21/405710.aspx#Post ...
2012-10-31 16:53:19
110
转载 c#TreeView 控件的使用
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.D...
2012-10-31 16:40:11
103
转载 SQLServer的增删改查
实例一:查询 using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; u...
2012-10-30 14:39:56
129
转载 c#连接SqlServer数据库
首先在代码窗口导入"System.Data.SqlClient"命名空间 在连接字符串中,应该吧Persist Security I nfo设置为false(保证在使用信息打开连接后不可信的源无法访问到连接中涉及安全性的信息....
2012-10-29 09:35:35
142
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人