Click here to Skip to main content
16,019,199 members

Comments by fun Tertain (Top 4 by date)

fun Tertain 8-Feb-15 19:17pm View    
I forgot to mention i am using microsoft visual basic c# 2010
fun Tertain 8-Feb-15 18:17pm View    
That is actually all my code but i do get what you are saying and that
the | operator will check the first operand, and if that is false it won't proceed to the next operand. and i already know what the || operand does.
fun Tertain 8-Feb-15 17:53pm View    
i guess the link answers my question partially as of why checkbox1 did not run right away until i clicked button1. but it seemed to work fine after i erased the fact that textbox1 and checkbox1 were connected to the button 1 function
fun Tertain 8-Feb-15 17:45pm View    
lol i figure that the events of the textbox and checkbox were wired to the button1 function if you know what i mean. So checkChanged and textChanged both ran the button1 function