如何有效劝老公戒酒?_
发布网友
发布时间:2022-04-22 12:55
我来回答
共2个回答
热心网友
时间:2023-11-05 12:50
Private Sub cmdOK_Click()
If txtUserName.Text = "vb01" And txtPassword.Text = "123" Then
t1 = MsgBox("vb01登陆成功", , "系统提示")
frmLogin.Hide
Form1.Show
ElseIf txtUserName.Text ="vb02" and txtPassword.Text = "123" Then
t2 = MsgBox("vb02登陆成功", , "系统提示")
frmLogin.Hide
Form2.Show
Else
t2 = MsgBox("用户名或密码不对", , "系统提示")
End If
End Sub
热心网友
时间:2023-11-05 12:50
那是网吧收费系统出了问题,原来在上的还可以继续玩?没登陆的就登陆不上,在吧台接不了帐,也开不了卡。