Results 1 to 8 of 8

Thread: Aero Analyzer

  1. #1
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default Aero Analyzer

    This is a tiny script that shows some of the interesting behaviors and features of the new desktop window manager in vista and windows 7 (note that aero isn't required, it just sounded good in the name). Target various windows and notice the behaviors of foreground and background objects when you mouseover/drag the client window. Take a look at what happens when you put a window in front of the client. Quite a bit different from XP, eh?

    SCAR Code:
    program New;
    var
      x, y: integer;
    begin
      GetClientDimensions(x, y);
      DisplayDebugImgWindow(x, y);
      repeat
        SafeCopyCanvas(GetClientCanvas, GetDebugCanvas, 0, 0, x, y, 0, 0, x, y);
        wait(25);
      until(false);
    end.
    Interested in C# and Electrical Engineering? This might interest you.

  2. #2
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    HOLY, HE IS ALIVE!!!

    Man I haven't seen you or talked to you in like 3 months, where have you been?


    I don't really understand, but I will try it when I get home...

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


  3. #3
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by HyperSecret View Post
    HOLY, HE IS ALIVE!!!

    Man I haven't seen you or talked to you in like 3 months, where have you been?


    I don't really understand, but I will try it when I get home...
    http://www.villavu.com/forum/search.php?searchid=215089

    wut.

    And I don't really understand what I'm supposed to be seeing.

  4. #4
    Join Date
    Dec 2008
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm using xp, that is really really cool

  5. #5
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good job mate, so small yet so effective.
    ~Hermen

  6. #6
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Hmm... I believe I made this ages ago for a script of mine...
    Pretty cool though.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  7. #7
    Join Date
    Mar 2007
    Location
    Players[-1].Loc
    Posts
    962
    Mentioned
    4 Post(s)
    Quoted
    5 Post(s)

  8. #8
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Oops haha. It works better if you have 2 monitors..
    Interested in C# and Electrical Engineering? This might interest you.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •