-Mensaje original-
De: Benoît Minisini
Reply-to: mailing list for gambas users
Para: mailing list for gambas users
Asunto: Re: [Gambas-user] Problem with ComboBox
Fecha: Sun, 1 Aug 2010 19:44:09 +0200
> > Hi.
> >
> > 1.Objective-:
> >
> > *Select a
> > Hi.
> >
> > 1.Objective-:
> >
> > *Select an item from a ComboBox control and execute an action on your
> > Change event
> >
> > 2.Actions---:
> >
> > *Load the ComboBox with the elements "1" and "2"
> >
> > *Create a message in the Change event of the ComboBox:
> > PRIVATE ComboBo
> Hi.
>
> 1.Objective-:
>
> *Select an item from a ComboBox control and execute an action on your
> Change event
>
> 2.Actions---:
>
> *Load the ComboBox with the elements "1" and "2"
>
> *Create a message in the Change event of the ComboBox:
> PRIVATE ComboBox1_Change()
> Message("The
Hi.
1.Objective-:
*Select an item from a ComboBox control and execute an action on your
Change event
2.Actions---:
*Load the ComboBox with the elements "1" and "2"
*Create a message in the Change event of the ComboBox:
PRIVATE ComboBox1_Change()
Message("There was a change in the text"