Re: Registry delete

2004-02-09 Thread Dimitrie O. Paun
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...

Re: Registry delete

2004-02-09 Thread Zimler Attila
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

Re: Registry delete

2004-02-06 Thread Dimitrie O. Paun
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

Registry delete

2004-02-06 Thread Zimler Attila
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