Hi
I am a VB guy making a jump to C#. This is probably not even worth asking but in VB I would create a function that would toggle the enabled state of a group of buttons to the exact opposite of what they currently are.
button1.enabled = not button1.enabled
Not sure why, but I am stumped on this. What would be the C# equivalent of this?
Thanks
Loading
cbeebe79Posted Jun 12, 2010, 6:57 PM
PJ MartinsPosted Jun 11, 2010, 5:31 PM