UB SideBar V0.80

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
Artus
Enthusiast
Enthusiast
Posts: 104
Joined: Wed Feb 25, 2009 10:29 pm
Location: Germany
Contact:

UB SideBar V0.80

Post 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)
dige
Addict
Addict
Posts: 1406
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: UB SideBar V0.80

Post by dige »

Very nice! :D
"Daddy, I'll run faster, then it is not so far..."
Post Reply