Results 1 to 10 of 10

Thread: Always on top

  1. #1

    Thread Starter
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Always on top

    Is there a program available for windows that allows you to mark any arbitrary window as being always on top? I often find myself in the situation where I want a window be above all other windows all the time so I can interact with the windows behind it while it remains above them.
    My monkey wearing the fedora points and laughs at you.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Always on top

    It would be easy enough to make one... I know that the VB6 Codebank (or is it Utilitybank?) contains a Spy++ equivalent which would have the code to select the window, and the always on top is fairly simple.

  3. #3
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  4. #4
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: Always on top

    Actually I believe there is no such thing as always on top. Consider that I have an application that is always on top, so who's application is always on top now? I believe Raymond Chen wrote a blog post about this on his blog the old new thing and basicly said that it is unfesable to do because one application always wants to be more on top than another.

  5. #5
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: Always on top

    The applications have to learn to set aside their egos.
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Always on top

    The utility you want is PowerMenu.

  7. #7

    Thread Starter
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Always on top

    Quote Originally Posted by penagate View Post
    The utility you want is PowerMenu.
    Wow, nice. That is exactly the type of program I was looking for.
    My monkey wearing the fedora points and laughs at you.

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Always on top

    Quote Originally Posted by DeanMc View Post
    Actually I believe there is no such thing as always on top. Consider that I have an application that is always on top, so who's application is always on top now? I believe Raymond Chen wrote a blog post about this on his blog the old new thing and basicly said that it is unfesable to do because one application always wants to be more on top than another.
    Yes... windows are only "always on top" relative to windows which are not always on top. In essence, there are two z-order stacks; or, if you like, windows are ordered firstly by their topmost flag and then z-order.

  9. #9
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Always on top

    Quote Originally Posted by penagate View Post
    The utility you want is PowerMenu.
    Cool.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  10. #10
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Always on top

    Quote Originally Posted by Arrow_Raider View Post
    Is there a program available for windows that allows you to mark any arbitrary window as being always on top? I often find myself in the situation where I want a window be above all other windows all the time so I can interact with the windows behind it while it remains above them.
    ANvir task manager. Download the freeware version.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

Posting Permissions

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



Click Here to Expand Forum to Full Width