Listbox question

  • Thread starter Thread starter Matthew Woods
  • Start date Start date
M

Matthew Woods

Hi, does anyone know how i might make new entries in a listbox appear
highlighted for 10 seconds and then change to the same style as the existing
lines in the listbox?

thanks
Matt
 
Hi,



Matthew Woods said:
Hi, does anyone know how i might make new entries in a listbox appear
highlighted for 10 seconds and then change to the same style as the
existing
lines in the listbox?


This feature of course is not implemented in teh framework, you could build
your own control with it, take a look at ownerdrawn control in opennetcf.org
 
Back
Top