J
Jarod_24
I got a object of type 'Control' passed as a argument to a subroutine of
mine. The object is either a Combobox or a TextBox.
I thought the .GetType could be used to check what type of object it was,
but i haven't had any luck.
In Java you got the instanceOf() operator to do this. What's the equilant in
VB.net?
mine. The object is either a Combobox or a TextBox.
I thought the .GetType could be used to check what type of object it was,
but i haven't had any luck.
In Java you got the instanceOf() operator to do this. What's the equilant in
VB.net?