PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Anonymous on April 18, 2004, 03:36:29 PM

Title: Owner Drawn event
Post by: Anonymous on April 18, 2004, 03:36:29 PM
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
Title: Owner Drawn event
Post by: TechSupport on April 18, 2004, 04:38:43 PM
Hi Andrew,

That message can be handled through the CUSTOM message.

:)
Title: Owner Drawn event
Post by: Anonymous on April 18, 2004, 05:52:31 PM
Okay, thanks :)

Andrew