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 ((
Adam Robinson is correct, also DirectCast is available to you.