I just noticed after adding a listbox to a form that FF doesn't expose the ownerdrawn event.
I think this would be very useful because there are times when you need to display the contents of a listbox (or combobox) with ownerdrawn features.
Andrew
Hi Andrew,
That message can be handled through the CUSTOM message.
:)
Okay, thanks :)
Andrew