halu,
is there any possibility of getting the type of a certain control. let's say a condition of like this...
VB Code:
if control.type = listview then do this else if control.type = combobox then do this
some sort of an algo, i have here. but can this be done in VB.NET? just a newbie asking question... thanx...




Reply With Quote