Double Click in StBrowser TreeView should select item and close dialog
Brought to you by:
tpsfadmin
Exported from Bugzilla, issue 3678.
--- Comment added on 8/12/02 10:53:33 AM ---
Customer Request:
> I am using Systools 3.03 and wish to allow a double click to select a file.
> Can this be done?
The SHBrowseForFolder dialog evidently doesn't repond to double clicks by
default.
The effect could perhaps be accomplished using the callback function and
subclassing the TreeView to trap WM_LBUTTONDBLCLK messages?