On Mon, 9 Feb 2004, Zimler Attila wrote:
> I tested windows version of regedit, and there is only two case (one the
> focus is in the tree, and second the focus in value editor).
What happens when neither of them have the focus? Maybe we should just
disable the New/Delete/Rename/Modify menus...
Dimitrie O. Paun wrote:
On Fri, 6 Feb 2004, Zimler Attila wrote:
Hi,
I tried to found out which value to use in framewnd.c to add key delete
support (and rename).
I found out that both key and value delete use ID_EDIT_DELETE.
My question is: How can I separate the two event?
Yes, that's
On Fri, 6 Feb 2004, Zimler Attila wrote:
> Hi,
>
> I tried to found out which value to use in framewnd.c to add key delete
> support (and rename).
> I found out that both key and value delete use ID_EDIT_DELETE.
> My question is: How can I separate the two event?
Yes, that's a bit tricky. I gue
Hi,
I tried to found out which value to use in framewnd.c to add key delete
support (and rename).
I found out that both key and value delete use ID_EDIT_DELETE.
My question is: How can I separate the two event?
Attila