I\'m a C# programmer who is forced to use VB (eh!!!!). I want to check multiple controls state in one method, in C# this would be accomplished like so:
if ((
C#:
(CheckBox)sender
VB:
CType(sender, CheckBox)