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:

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.
Arthur (UnionBytes)