Folderbox Replacement

Does anyone know of a equivalent replacement (not a separate explorer app) to Folderbox shell extension?

I'd like to have just a thin divider like between FindeXer and the main explorer container.

Check out my image to see the dilemma and yes I've tried to reshack it which is impossible.

explorerpreviewtl5.jpg

Edit: I wrote a sendkey script to pacify myself temporarily. This works with Styler hiding the explorer bar.

Put the script into a text file & save as toggle_folderbox.vbs

set wShell=wscript.createobject("wscript.shell")

wShell.sendkeys "%VEFF{ENTER}"

#445304

Couldn't bring myself to start another thread elsewhere. This script has progressed to a point where I change the icon in FindeXer based on the status of Folderbox. Just need to figure out a way in script to load the last saved config.

questionfd2.jpg

#445364