[PATCH] regedit: Pass VK_DELETE messages to Listview/Treeview child windows. (try 3)

Lei Zhang thestig at google.com
Wed Oct 8 16:36:15 CDT 2008


On Wed, Oct 8, 2008 at 11:55 AM, Lei Zhang <thestig at google.com> wrote:
> Hi,
>
> In regedit, while renaming registry keys / values, the delete key does
> not work. The problem is that the main window intercepts all
> WM_KEYDOWN / VK_DELETE messages, so it can handle deleting selected
> items in the Listview / Treeview. However, we should let the ones
> meant for the children of the Listview / Treeview windows go through,
> rather than dropping them.
>

Doh. Does not compile, please ignore.



More information about the wine-patches mailing list