Registry settings
.NET Compact framework 2.0 is necessary to use HBSetup. If you want to use HButtons without .NET, you can install it from cab and setup it manually using registry editor.
For Notify item and flags use sum of numbers for options you want. for example notify=5 means vibrate and display name
This settings is for HButton v.2.3. Some of these settings will have no effect on older versions.
[HKEY_CURRENT_USER\Software\HButton]
Delay : DWORD delay in ms between applications start. (Optional, Deafult 500)
Notify : DWORD type of notification. 1 - vibrate, 2 - Beep, 4 - display name. (Optional, default 5)
PosX : DWORD Position of label with name of application (Optional, default 10)
PosY : DWORD (Optional, default 60)
width : DWORD Width of label with name of application (Optional, default 220)
height : DWORD Height of label with name of application (Optional, default 30)
fontsize : DWORD Font size (Optional, default 25)
background : DWORD Color of background in hexa RGB notation (i.e. 0xFFFFFF for white, 0xFF0000 for red) (Optional, default 0xFFFFFF)
border : DWORD Color of border (Optional, default 0x000000)
color1 : DWORD Color of text in first row (Optional, default 0x000000)
color2 : DWORD Color of text in second row (Optional, default 0xAAAAAA)
[HKEY_CURRENT_USER\Software\HButton\Button1]
flags : DWORD flags for this button. 1 for cycle thru apps, 2 for notify even first app, 4 custom delay. (Optional, default 0)
Delay : DWORD delay in ms between for this button. Only when custom delay is set. (Optional)
NItems : DWORD number of applications assigned to HButton1
Item0 : STRING first application
Item0_name : STRING displayed name of first application. (Optional)
Item0_param : STRING Parameters of first application. (Optional)
Item1 : STRING second application
Item1_name : STRING displayed name of second application. (Optional)
Item1_param : STRING Parameters of second application. (Optional)
…
[HKEY_CURRENT_USER\Software\HButton\Button2]
.. same for others buttons
[HKEY_CURRENT_USER\Software\HButton\ButtonT]
flags : DWORD flags for task. same as other flags + 8 for show next application + 16 for first item is last opened application. (Optional, default 8)
Delay : DWORD same as for buttons
Special applications:
#b - <Back> (i.e. Item0="#b" )
#c - <Clock> (*_name must be set to "<Clock>")
#o - <Ok/Close>
#rl - <Rotate Left>
#rr - <Rotate Right>
#w - <Start Menu>
#t - <Today>
#q - <Quit>
