If frmGreet.optYes.Value = True Then
CSB.Send frmGreet.Greettxt.Text
AddChat vbRed, "<" & CSB.Username & ">" & frmGreet.Greettxt.Text
End If
I put that in my user joins event.. and it wont work.. why not -.-?
Value = vbchecked should work instead of true.
Also it's nice to tab in statements. Makes things look neat!
that still doesnt work..
Quote from: zeth369 on October 04, 2004, 05:20 PM
that still doesnt work..
roffle, I'm stupid, it wasn't a check box my bad.
What's the error message?
.. no error msg.. just nothing happens..
I declare a public boolean then write to the config, check if its in the config, if it is the boolean = true and fire the greet anything else nothing happens.
o wait.. i see the problem.. the value wasnt true -.-
Quote from: zeth369 on October 04, 2004, 05:56 PM
o wait.. i see the problem.. the value wasnt true -.-
-.-
LOL OMG