B
Beebs
I've searched the newsgroups, but to no avail. I need to get the type
of a control, such as Button, or Label, but when I try to use the
GetType call, it doesn't seem to work like I need it to...I'm doing
something like:
For Each ctrl As Control In Parent.Controls
If ctrl.GetType Is Button Then
of a control, such as Button, or Label, but when I try to use the
GetType call, it doesn't seem to work like I need it to...I'm doing
something like:
For Each ctrl As Control In Parent.Controls
If ctrl.GetType Is Button Then