JJ,
Why use LVN_KEYDOWN instead of LVN_ITEMCHANGED?
Because pressing the "up" key on the top row can't be executed (you would
move outof the list) and thus doesn't change the item (same for "down" and bottom row) ?
No. Because WM_NOTIFY is just a notice of something which has
already occured and processed.
:-) If the up / down keystroke is already processed than my focussing and selecting of the bottom / top row would be the happening later, meaning that
my selection should not move afterwards. That it does seems to indicate
that the processing happens later.
And I can't believe I did not think of trying to use the LVN_KEYUP
notification until now. The only problem is that that notification doesn't exist .... :-( :-)
Regards,
Rudy Wieser
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)