Hello all, i would like you to answer me a question:
I have a Select case statement:
Select Case textbox1.text
and i want to add more than one case,for example:
Select Case textbox1.text and checkbox1.checked
is it possible in any way to do this with VB.NET???
Thanks in advance,
Alex