- 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
- C# Listbox and PictureBox problem (Programming) by weerez
- winapi: getting info from a listbox (Programming) by Pele
- clicking listbox item (Programming) by Pele
- Subclassing problem (Development Resources) by IckyPoo
- subclassing buttons (Development Resources) by flintridgeparkenfarker vonkerschnauzerheiden III \(joe\)

