Results for "top"
This code example will append a separator and a new MenuItem 'Always on Top' to the system menu of any form. The menu is affected weather left clicked from the control box on the form or right clicked from the taskbar. Subclassing is used to trap when the 'Always on Top' item is clicked. The custom message handler uses the SetWindowPos function to keep window on top or reset it to normal. Also on a lark I traped out the close menu item to prompt before closing. If you say yes then the close message it passed otherwise the close message is traped out and the form stays open.
This is a simple class module that wraps the Always On Top function to make your forms on top of others.
This code makes your form on Always on top. Its not like some other codes i saw recently. One only let your form be on top within your program. Another didn't work at all. This one does! DONT FORGET TO VOTE.
This ONE LINE of code will make a form stay on top of your application. This is good to use for toolbars, search forms, and so on. This WILL NOT make the form stay on top of all running applictions, only yours.
The purpose of this extremely small code is to take a form within your application and keep it on top of all the forms within your application. (Modal Forms) Note however that when you use this code, it will make all other forms in your application inaccessible until that form is closed. This is great for times when you have a form like starting a new game, or a form that tells about your program that you want to stay on top and "stop" your program until it is closed.
Keeps Your Form On Top This Is Really Kewl Because You Can Just Use A false attribuite to set it as not on top instead of using 2 functions
This code will make your form stay on top of any other windows running, just like winamp stays on top.
This simple API call with less than 10 lines allows your users to resize your controls just like in the design mode. The sample code provided here demonstrates left and right resizing on a control. You can further enhance it to allow top bottom, top-right, top-left resizing, and etc. This code was originally from Fran Pregernik, Zagreb, Croatia. This is pretty cool!
This code example will append a separator and a new MenuItem 'Always on Top' to the system menu of any form. The menu is affected weather left clicked from the control box on the form or right clicked from the taskbar. Subclassing is used to trap when the 'Always on Top' item is clicked. The custom message handler uses the SetWindowPos function to keep window on top or reset it to normal. Also on a lark I traped out the close menu item to prompt before closing. If you say yes then the close message it passed otherwise the close message is traped out and the form stays open.
This is a simple class module that wraps the Always On Top function to make your forms on top of others.
This code makes your form on Always on top. Its not like some other codes i saw recently. One only let your form be on top within your program. Another didn't work at all. This one does! DONT FORGET TO VOTE.
This ONE LINE of code will make a form stay on top of your application. This is good to use for toolbars, search forms, and so on. This WILL NOT make the form stay on top of all running applictions, only yours.
The purpose of this extremely small code is to take a form within your application and keep it on top of all the forms within your application. (Modal Forms) Note however that when you use this code, it will make all other forms in your application inaccessible until that form is closed. This is great for times when you have a form like starting a new game, or a form that tells about your program that you want to stay on top and "stop" your program until it is closed.
Keeps Your Form On Top This Is Really Kewl Because You Can Just Use A false attribuite to set it as not on top instead of using 2 functions
This code will make your form stay on top of any other windows running, just like winamp stays on top.
This simple API call with less than 10 lines allows your users to resize your controls just like in the design mode. The sample code provided here demonstrates left and right resizing on a control. You can further enhance it to allow top bottom, top-right, top-left resizing, and etc. This code was originally from Fran Pregernik, Zagreb, Croatia. This is pretty cool!
This code example will append a separator and a new MenuItem 'Always on Top' to the system menu of any form. The menu is affected weather left clicked from the control box on the form or right clicked from the taskbar. Subclassing is used to trap when the 'Always on Top' item is clicked. The custom message handler uses the SetWindowPos function to keep window on top or reset it to normal. Also on a lark I traped out the close menu item to prompt before closing. If you say yes then the close message it passed otherwise the close message is traped out and the form stays open.
Easy CPU meter is a resizable, always on top CPU meter that monitors the processors cylces. It allows the user to view the percentage of the proccesors power that is being consumed. In addition, it demonstrates manipulating the window state(ie. borderless) and always on top. The always on top module alone is usefull! Please give me feedback on my first post! ***Update: Now includes clsontop and pdh.dll***
This is a simple class module that wraps the Always On Top function to make your forms on top of others.
Top Sites script, let your visitors add there sites and then get there visitors to come to your site to vote for there website website, for it to be the best, the top site :) Ive basicaly created this script for my sites online website compertision which is opening soon. The script donst use cookies because if it did those who have them turned off wouldnt be able to join in. It includes everything you need to get started, and is well commented.