Hi List,
I made a patch to delete key from registry with regedit. However the changes don't shows up until treeview is not refreshed. Could somebody help in implementing RefreshTreeView?
Attila
On February 15, 2004 05:32 am, Zimler Attila wrote:
I made a patch to delete key from registry with regedit. However the changes don't shows up until treeview is not refreshed. Could somebody help in implementing RefreshTreeView?
The solution with the RefreshListView() is not ideal but it works because the list is small. The same is not true for the tree, it will be too slow to refresh the entire tree. It will be just too ugly. What we need to do instead is to mimic the same registry operation (delete/new/rename) on the tree as well.
Ideally we'll have to do the same with the list as well, but it's not high priority for the moment...