Tech Support > Microsoft Windows > Development Resources > Re: subclassing listbox problem
Re: subclassing listbox problem
Posted by Tim Robinson on August 31st, 2003


You will need to handle WM_CHAR and WM_KEYUP as well. When you press Space,
the list box is seeing WM_KEYDOWN for PgDn, WM_CHAR for ' ', then WM_KEYUP
for Space.

--
Tim Robinson (MVP, Windows SDK)
http://www.themobius.co.uk/

"richard" <me@here.there> wrote in message
news:cnv3lvsub7qe7mof9o6v9ll8eu30hldf64@4ax.com...



Similar Posts