>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
- How best to initialize popup trigger GreatOwlS
- Re: How best to initialize popup trigger Steve Sabram
- Re: How best to initialize popup trigger Gordon, Douglas
- Re: How best to initialize popup trigger J. Klapste
- Re: How best to initialize popup trigger Charles Rezsonya
