Valhalla Legends Forums Archive | Visual Basic Programming | Greets

AuthorMessageTime
zeth369
[code]
If frmGreet.optYes.Value = True Then
CSB.Send frmGreet.Greettxt.Text
AddChat vbRed, "<" & CSB.Username & ">" & frmGreet.Greettxt.Text
End If
[/code]
I put that in my user joins event.. and it wont work.. why not -.-?
October 4, 2004, 10:06 PM
Networks
Value = vbchecked should work instead of true.

Also it's nice to tab in statements. Makes things look neat!
October 4, 2004, 10:12 PM
zeth369
that still doesnt work..
October 4, 2004, 10:20 PM
Networks
[quote author=zeth369 link=topic=9012.msg83250#msg83250 date=1096928425]
that still doesnt work..
[/quote]

roffle, I'm stupid, it wasn't a check box my bad.

What's the error message?
October 4, 2004, 10:22 PM
zeth369
.. no error msg.. just nothing happens..
October 4, 2004, 10:37 PM
Quarantine
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.
October 4, 2004, 10:49 PM
zeth369
o wait.. i see the problem.. the value wasnt true -.-
October 4, 2004, 10:56 PM
Networks
[quote author=zeth369 link=topic=9012.msg83261#msg83261 date=1096930597]
o wait.. i see the problem.. the value wasnt true -.-
[/quote]

-.-
October 4, 2004, 11:29 PM
Quarantine
LOL OMG
October 5, 2004, 2:37 AM

Search