DarkHo Posted June 7, 2010 Posted June 7, 2010 (edited) If GUICtrlRead($Radio1, $GUI_CHECKED) Then dragon_castel() Endif Func dragon_castel() MsgBox(4096, "Test", "This box will time out in 10 seconds", 10) EndFunc Like this ? Edited June 8, 2010 by DarkHo
enaiman Posted June 7, 2010 Posted June 7, 2010 Maybe if you try BitAND(GUICtrlRead($Radio1, $GUI_CHECKED)) instead of $Radio1.Checked (where did that come from???) it will work SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
DarkHo Posted June 8, 2010 Author Posted June 8, 2010 (edited) Im a vb.net coder hehe Like this ? If GUICtrlRead($Radio1, $GUI_CHECKED) then blablabla Endif Edited June 8, 2010 by DarkHo
enaiman Posted June 8, 2010 Posted June 8, 2010 BitAND(GUICtrlRead($Radio1, $GUI_CHECKED)) SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now