registry key delete

Dimitrie O. Paun dpaun at rogers.com
Sun Feb 15 23:56:34 CST 2004


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...

-- 
Dimi.




More information about the wine-devel mailing list