|
-
Jul 17th, 2009, 09:57 AM
#1
Thread Starter
Hyperactive Member
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.
-
Jul 17th, 2009, 10:05 AM
#2
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.
-
Jul 17th, 2009, 03:59 PM
#3
-
Jul 17th, 2009, 04:31 PM
#4
Frenzied Member
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.
-
Jul 17th, 2009, 09:49 PM
#5
Fanatic Member
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
-
Jul 19th, 2009, 07:41 PM
#6
Re: Always on top
The utility you want is PowerMenu.
-
Jul 19th, 2009, 07:47 PM
#7
Thread Starter
Hyperactive Member
Re: Always on top
 Originally Posted by penagate
Wow, nice. That is exactly the type of program I was looking for.
My monkey wearing the fedora points and laughs at you.
-
Jul 19th, 2009, 07:51 PM
#8
Re: Always on top
 Originally Posted by DeanMc
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.
-
Jul 20th, 2009, 03:18 AM
#9
Re: Always on top
 Originally Posted by penagate
Cool.
-
Jul 20th, 2009, 07:55 AM
#10
Re: Always on top
 Originally Posted by Arrow_Raider
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|