At 06:32 PM 3/15/99, you wrote:
>At 4:23 PM -0800 3/15/99, Jean Cyr wrote:
>>Question 1 - After selecting the trigger the list appears automatically
>>on the screen, and once a selection is made, the text of that selection
>>automatically replaces the trigger label. When the program is started, and
>>the user has not yet used the control, how do I set the label on the
>>popup trigger.
>
>CtlSetLabel
>
>
>>Question 2 - I want to be notified whenever a selection is made from the
>>list. I notice however that the lstSelectEvent events are not sent to
>>the application for this list.
>
>popSelectEvent is the event type
>
> --Bob
>
>
Yep... That will do it. Thanks.