Hi List,
I tried to implement StartKeyRename in regedit, but it seems that TreeView_EditLabel do nothing. (It seems it only returns FALSE). Why? Is it implemented?
Attila
On February 15, 2004 06:11 am, Zimler Attila wrote:
I tried to implement StartKeyRename in regedit, but it seems that TreeView_EditLabel do nothing. (It seems it only returns FALSE). Why? Is it implemented?
From a cursory look at the code (dlls/comctl32/treeview.c),
it seems to be implemented. Also, running the controlspy's 'Tree View.exe' example, I seem to be able to edit labels. Maybe you're doing something wrong...
Try adding TVS_EDITLABELS to the flags in programs/regedit/treeview.c:264, assuming this is the correct treeview.
Chris
On Monday 16 February 2004 01:01 am, Dimitrie O. Paun wrote:
On February 15, 2004 06:11 am, Zimler Attila wrote:
I tried to implement StartKeyRename in regedit, but it seems that TreeView_EditLabel do nothing. (It seems it only returns FALSE). Why? Is it implemented?
From a cursory look at the code (dlls/comctl32/treeview.c), it seems to be implemented. Also, running the controlspy's 'Tree View.exe' example, I seem to be able to edit labels. Maybe you're doing something wrong...