Page 1 of 1

UB SideBar V0.80

Posted: Sat Feb 21, 2015 11:20 pm
by Artus
Hello,

i made a SideBar, which is hiding in the side of the screen
and i thought i share it with you.
Source-Code included!

Windows only! Because i use a few WinApi-Functions.
On my Win 7 64 Bit System all function well.

Download:
http://www.unionbytes.de/downloads/UB_S ... -02-21.zip

Image:
Image

Manual:

Code: Select all

Add Links by Drag&Drop them into a Slot, delete them by double right Mouse click.

To close the SideBar click on the X!

After first start a INI-file will be created, Settings.ini,
it will look like this:
Side = 0
Detection Range = 4
Color = 32, 32, 32
Links = 22

Side change the side of the SideBar:
#SIDEBAR_TOP			= 0
#SIDEBAR_BOTTOM			= 1
#SIDEBAR_RIGHT			= 2
#SIDEBAR_LEFT			= 3

Detection Range is the distance, the mouse has to be on the side to show the SideBar.

Color is just the color in RGB :)

Links is the size of it, at first start, without any ini file, the SideBar will be
approx. 80 % of the screen width. You can change here the size\width of the SideBar. 
Greetings from Germany
Arthur (UnionBytes)

Re: UB SideBar V0.80

Posted: Mon Feb 23, 2015 8:48 am
by dige
Very nice! :D