Could you please help me understand some decisions/conditions in VB.NET?

robertoa456

New member
Ok, I'm learning VB.NET and it's my first programming language and it was recommended to me because apparently it's the easiest one to learn. However, I seem to have hit a wall with these condition phrases. I understand try/catch, if/then, or, and, not(kinda), xor(kinda) and elseif. HOWEVER, I would appreciate it if someone could explain select case [expression], Handles, and CType(valuetoconvert, newtype) to me. I'm utterly clueless for these last three so any help would be greatly appreciated.

Thanks
 
Back
Top