>But what is the best way to initialize the popup list with text to begin 
>with?  By default, it shows whatever text was assigned it from within 
>Constructor.  Do I have to do it myself with something
LstGetSelectionText() 
>and CtlSetLabel()? Or is there a better way?

You've got it! CtlSetLabel() will do the job. You should be able to get the
text directly from whatever char * array you passed to LstSetListChoices().

  Doug Gordon

Reply via email to