关于VB中的一段程序,请高手指点

这是一段关于开发网络聊天程序的添加新用户的一段程序我看不懂,请高手帮忙指点下嘛,大概的给我讲解下,拜托了ivateSubcmdOK_Click()OnErrorGoToc... 这是一段关于开发网络聊天程序的添加新用户的一段程序
我看不懂,请高手帮忙指点下嘛,大概的给我讲解下,
拜托了
ivate Sub cmdOK_Click()
On Error GoTo cmdOKOfADDUser_Err
Dim uID As String * 15, uPassword As String * 16, uPassPort As String * 30
Dim rs As New ADODB.Recordset
Dim SQLString As String
uID = txtUserID.Text
uPassword = txtUserPsw.Text
uPassPort = txtUserPassport.Text
If Len(Trim(txtUserID.Text)) = 0 Or Len(txtUserPsw.Text) = 0 _
Or Len(txtUserPsw.Text) = 0 Or Len(Trim(txtUserPassport.Text)) = 0 Then
MsgBox "本窗口内所有信息都必须填写!", vbOKOnly + vbExclamation, "添加用户"
Exit Sub
End If
If ItemCheck(txtUserID.Text) = False Then
txtUserID.Text = ""
txtUserID.SetFocus
展开
 我来答
百度网友2ca1c0f24
2007-03-27 · TA获得超过2036个赞
知道大有可为答主
回答量:4364
采纳率:0%
帮助的人:3380万
展开全部
pivate Sub cmdOK_Click() '记录一个过程
On Error GoTo cmdOKOfADDUser_Err '错误处理语句
Dim uID As String * 15, uPassword As String * 16, uPassPort As String * 30 '定义变量
Dim rs As New ADODB.Recordset '定义数据集对象
Dim SQLString As String '定义变量
uID = txtUserID.Text '输值语句
uPassword = txtUserPsw.Text '输值语句
uPassPort = txtUserPassport.Text '输值语句
If Len(Trim(txtUserID.Text)) = 0 Or Len(txtUserPsw.Text) = 0 _
Or Len(txtUserPsw.Text) = 0 Or Len(Trim(txtUserPassport.Text)) = 0 Then '判断语句,三个判断条件
MsgBox "本窗口内所有信息都必须填写!", vbOKOnly + vbExclamation, "添加用户" '消息对话框
Exit Sub '条件成立,退出过程
End If
If ItemCheck(txtUserID.Text) = False Then '判断语句
txtUserID.Text = "" '输值语句
好像没有完吧?
freecode
2007-03-27 · 超过23用户采纳过TA的回答
知道小有建树答主
回答量:135
采纳率:0%
帮助的人:50.8万
展开全部
这是最基础的东西,建议你先搞清楚VB的语法。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式