M
Michael D. Ober
In VB 6, you can create control arrays for your option groups and scan with
the following code
dim opt as OptionButton
for each opt in OptionGroup
' Do something
next opt
I know VB 2005 doesn't have control arrays, so my question is how do I do
the equivalent in VB 2005?
Thanks,
Mike Ober.
the following code
dim opt as OptionButton
for each opt in OptionGroup
' Do something
next opt
I know VB 2005 doesn't have control arrays, so my question is how do I do
the equivalent in VB 2005?
Thanks,
Mike Ober.