01-25-2016, 02:57 AM
I am in need to clear a SysTreeView32 control in a dialog. I experienced that I can do it using statement :
where htv the dialog control
I wonder whether this is correct or whether there exists another way to do it.
Many thanks in advance.
Quote: SendMessage htv TVM_DELETEITEM TVE_EXPAND 0
where htv the dialog control
I wonder whether this is correct or whether there exists another way to do it.
Many thanks in advance.