tabsontop & registry key

Support for xplorer² free lite version

Moderators: fgagnon, nikos, Site Mods

mbjp
New Member
Posts: 4
Joined: 2003 Feb 05, 13:06

tabsontop & registry key

Post by mbjp »

sorry for the stupid question coming up, but exactly how do i create the DPF_TABSONTOP registry key? I created a dword with that name and a value of 256, but doesn't work..also tried string, binary & key (under the Mainframe Settings key)
i'm sure i'm missing something here :D

thanks in advance

michalis

(xplorer2 lite version)
longfellow
Silver Member
Silver Member
Posts: 244
Joined: 2004 Jun 16, 15:09

Post by longfellow »

DPF_TABSONTOP isn't a reg key, it's the number of bits you need to add to the binDualPaneFlags key.

binDualPaneFlags has a default value of 9; add 256 (DPF_TABSONTOP) to this and you'll get 265. So change the value of binDualPaneFlags from 9 to 265 and you'll get your tabs on top. (BTW, these are decimal, not hexadecimal values.)

(Don't forget to close x2 before you edit the reg!)
mbjp
New Member
Posts: 4
Joined: 2003 Feb 05, 13:06

Post by mbjp »

it works, thanks 8)