The best idea I've heard came from Jerry Weichbrodt:

In the SayHighlightedText script, add the lines:

If GetWindowSubtypeCode (hwnd) == WT_TREEVIEW then
    SayTreeViewLevel (hwnd)
    Return
EndIf

-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to