Re: Select Case for Option values
- From: erewhon@xxxxxxxxxx (J French)
- Date: Wed, 12 Apr 2006 09:17:19 GMT
On Wed, 12 Apr 2006 05:37:51 +1000, "PeteR"
<pcrREMOVE@xxxxxxxxxxxxxxxxx> wrote:
I finally went the Form level variable path as it suited the rest of the
form's use. So far the form has four sets of option buttons (and more to
come) all in the same array but in different frames. It's working well and
is easy to track what's happening.
I would have wrapped the sets of Option buttons in a UserControl
- and had multiple instances of the UC on the Form
It is a tidy way of wrapping up the details of how you do something,
so that it does not confuse the real code.
.
- References:
- Select Case for Option values
- From: PeteR
- Re: Select Case for Option values
- From: PeteR
- Select Case for Option values
- Prev by Date: Re: VB6, VB2005, or Something Else?
- Next by Date: Re: How to write a diff in VB6 for comparing two xml files?
- Previous by thread: Re: Select Case for Option values
- Next by thread: Re: Using variable to reference control array
- Index(es):
Relevant Pages
|