I see I onyl posted to you again :) I try to post it on the list but hitting reply doesn't do it automatically :).From: Zimler Attila <[EMAIL PROTECTED]>
How can I insert the newly created hKey to the keytree? (Because without this the newly created key only appears after restarting regedit:)
In programs/regedit/framewnd.c, in function _CmdWndProc(),
just call RefreshListView() as it's done for case ID_EDIT_MODIFY:
Not the most elegant, but good enough for now.
I call RefreshListView() but the key doesn't appear in the list. Should we do some insert to the listview? Or this could be a bug?
Attila