---------------------------
Microsoft Visual Basic
---------------------------
Compile error:
Invalid qualifier
---------------------------
OK Help
---------------------------
i get this error when i try to get the text of an textbox
Printable View
---------------------------
Microsoft Visual Basic
---------------------------
Compile error:
Invalid qualifier
---------------------------
OK Help
---------------------------
i get this error when i try to get the text of an textbox
What is the code for the line and the declarations for the variables?
Private Sub cmdLogin_Click()
Call sckLogin(Name.Text, Pass.Text)'pass and name are textbox
End Sub
Public Sub sckLogin(Name As String, Pass As String)
Call Main.Socket.SendData(sckMsgLogin & sckSep & Name & sckSep & Pass & sckEnd)
End Sub
nvm i get it