Check it out guys, i have created a desktop sidebar!
It is not finished though, just wanted you guys to comment on this.![]()
Suggestions are welcomed!
Thanks in advance...
Download![]()
Professional Software Development Tools
Check it out guys, i have created a desktop sidebar!
It is not finished though, just wanted you guys to comment on this.![]()
Suggestions are welcomed!
Thanks in advance...
Download![]()
really good job
can u please post the apz file ???
i want to know how to do computer search ???
One of the best things you have made so far. really nice job on that.
Wow! Wonderful! I just don't like the button style, cause it's not very smooth with the overall layout...
Anyway, can you explane us how you've done the computer search? And I'm a bit curious about the clock...
Thanks and continue that superb work!
how did you get it to stick to the right of the screen..?
I use the Window.SetSize and Window.SetPos functions.
Use this code to apply it anywhere on the screen.
sLocation = "TopRight";
nHandle = Application.GetWndHandle();
tWindowSize = Window.GetSize(nHandle);
tScreenSize = System.GetDisplayInfo();
if sLocation == "TopLeft" then
nX = 0;
nY = 0;
elseif sLocation == "TopRight" then
nX = tScreenSize.Width-tWindowSize.Width;
nY = 0;
elseif sLocation == "BottomLeft" then
nX = 0;
nY = tScreenSize.Height-tWindowSize.Height;
elseif sLocation == "BottomRight" then
nX = tScreenSize.Width-tWindowSize.Width;
nY = tScreenSize.Height-tWindowSize.Height;
end
Window.SetPos(nHandle, nX, nY);
ThanksS! can u give us the APZ... ??
byee
thanx for sharing exe![]()
Yes i tryed it again before posting this to be sureand it works.
Hi!
I made sidebar with transparencies and everything, you can download the APZ here...
English evoSideBar (exe):
http://www.box.net/shared/9zkjl4ua85
Spanish APZ evoSideBar:
http://www.box.net/shared/mmvnx63un4
Screenshot:
The project has been designed and coded completely by my.
Greetings!!![]()
PD:Sorry for my english again,but im from spain,and my english is so bad...
Vancete, the search function on your sidebar gives me errors all the time.
Input1 - on key - lines 9, 20, and 31 depending on which area I search..
Hey Vancete, just wanted to say thank you for this.