Desktop Sidebar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • mz241508
    Forum Member
    • Oct 2006
    • 351

    Desktop Sidebar

    Check it out guys, i have created a desktop sidebar!

    It is not finished though, just wanted you guys to comment on this. :lol

    Suggestions are welcomed!

    Thanks in advance...

    Download :yes
  • mgokkaya
    No longer a forum member
    • Apr 2006
    • 191

    #2
    really good job

    Comment

    • mgokkaya
      No longer a forum member
      • Apr 2006
      • 191

      #3
      can u please post the apz file ???
      i want to know how to do computer search ???

      Comment

      • bobbie
        Forum Member
        • Feb 2005
        • 770

        #4
        One of the best things you have made so far. really nice job on that.

        Comment

        • FoxLeader
          Forum Member
          • Nov 2006
          • 432

          #5
          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!

          Comment

          • TristanD
            Forum Member
            • Oct 2006
            • 314

            #6
            how did you get it to stick to the right of the screen..?

            Comment

            • mz241508
              Forum Member
              • Oct 2006
              • 351

              #7
              I use the Window.SetSize and Window.SetPos functions.

              Comment

              • Ham
                Forum Member
                • Apr 2005
                • 189

                #8
                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);

                Comment

                • nicoh
                  Forum Member
                  • May 2007
                  • 52

                  #9
                  ThanksS! can u give us the APZ... ??

                  byee

                  Comment

                  • wasim21k
                    Forum Member
                    • Oct 2006
                    • 210

                    #10
                    thanx for sharing exe

                    Comment

                    • wasim21k
                      Forum Member
                      • Oct 2006
                      • 210

                      #11
                      Originally posted by Ham View Post
                      Use this code to apply it anywhere on the screen.
                      Ham,
                      top right and top left is workign fine, but bottom right and bottom left aren't have you tried this by yourself?
                      i think i should be start from task bar not from actual screen bottom.

                      Comment

                      • Ham
                        Forum Member
                        • Apr 2005
                        • 189

                        #12
                        Yes i tryed it again before posting this to be sure and it works.

                        Comment

                        • Vancete
                          No longer a forum member
                          • May 2006
                          • 97

                          #13
                          Hi!
                          I made sidebar with transparencies and everything, you can download the APZ here...

                          English evoSideBar (exe):

                          Spanish APZ evoSideBar:


                          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...

                          Comment

                          • Desrat
                            Forum Member
                            • Nov 2006
                            • 240

                            #14
                            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..

                            Comment

                            • mindstitchdr
                              Indigo Rose Customer
                              • Dec 2004
                              • 239

                              #15
                              Hey Vancete, just wanted to say thank you for this.

                              Comment

                              Working...
                              X