Advertisement

Results for "top"

7_2009-2012 #235150
VERY SIMPLE Always on top code!

This is the simplest code ever for always on top, if you find anything simpler (which i doubt) let me know!

7_2009-2012 #235787
Animated Window

Add special effect to your form when it is showing and hiding! 6 types of effects can be applied. They are roll left to right, roll right to left, roll top to bottom, roll bottom to top, expand window outward and fade window. This program shows how to add these fancy effects. Make sure you have Windows 2000 and later or Windows 98 and later running before running this program. The program is well commented and a tutorial is included. Your comments and votes is the way you repay me for my work.

7_2009-2012 #235880
Override all forms on top

This "thing" takes advantage of a thoughtless mistake on microsoft's part. This prog can stay on top of anything, even the task manager! PLEASE VOTE! -Note: I used code from Jan Alexanders Transparent form to achieve the flashing effect

7_2009-2012 #236343
Desk Top Shooter

A desk top shooter game

7_2009-2012 #237274
Stay on Top (Fixed)

I'm not sure sure if it's just my computer but, for some reason, my VB programs never stay on top of other windows all the time when I use the SetWindowPos API. This program still uses the SetWindowPos API but I added some stuff to make it work properly.

7_2009-2012 #238407
Keystate

get and change numlock ,capslock, scrllock and insert key state using system tray (Add and remove) using self start with windows using transparent layer using read and write registry get screen workarea with SystemParametersInfo and adjust form left and top with a Taskbar Visual Moving a Window Without a Titlebar always Keeping a Window On Top

7_2009-2012 #231085
waTrayAlert v1.2 + Help!

Finally the help file is included in the .ZIP file! Thanx to Amanda Miller, the WebMaster. Being inspired by Clint's vcTrayAlert Control at http://vcreations.net/product.asp?pid=34, I decided to write my very own control. This one has much more cababilities, and some advanced features for Win2000 or later: like the Transparency property and the fading animation. It is still very easy to use: check out the DEMO. It is also very versatile!: check out the Screen Shot ;). I have used a great gradient-drawing class that I found on PSC by Kath-Rock. I have invested alot of my spare time in this large project. It is made free but make sure to check out the license agreement and copyright info. All I'd like to ask you is your encouragement - IF you DO like my control or NOT then please VOTE. I'll be waiting for your feedbacks and emails. And, If you ever find a bug, email me about it. KEYWORDS: MSN Style Tray Alert Control, ActiveX Control, User Control, Play WAVE WAV File Resource, Always On Top, Top Most, Transparency, Transparent, Fade, Mask, Borders, Gradient, Error Handling.

7_2009-2012 #237553
MP3 Property Page

This is an explorer property page shell extension which will allow you to edit mp3 tag properties. By adding an empty dialog and plopping a vb form on top you can handle all the programming in vb instead of c++. There is a .dll required that is available at http://www.programmersheaven.com/search/download.asp?FileID=38704. The propext.dll is essential since you cannot call a function pointer in vb.(that I'm aware of)It allows the adding of the empty dialog, on top of which the vb form is placed. This can of course be applied to any file extension. You can make your own custom property page. I have found many instances where an external .dll written in c++ can extend vb into an extremely robust language. Too bad they aren't allowed to be submitted for security reasons.

7_2009-2012 #237679
Tetris 2005 Game Engine

Tetris '2005 is an exciting action game. Throughout the game, bricks of various types fall from the top to the bottom of the playing area. When the bricks form a solid row of blocks across the playing area, that row vanishes. Because this is the only way to remove blocks, you should try to form solid rows whenever possible. The game ends when the pieces stack up to the top of the playing area. You can manipulate a brick only when it is falling. Falling pieces may be rotated, moved horizontally, or dropped to the bottom of the playing area. This nice and small game offers High score lists, Preview Screen, Position Pointer and more. It has no multimedia but intended to bring a taste of fun to a small break on a long, hard working day. However, if you would like to support my work, please rate this article and visit one of my other programs. Check them out!

7_2009-2012 #238329
Ultimate Window Manager & Handler

Welcome to the Ultimate Windows Manager & Handler! With this application you can: ** minimize any window to tray, and get the owner's window icon ** ** hide/show any window ** ** make any window always on top ** ** close any window ** ** create your own custom array windows and hide/show them ** ** set any window caption to whatever you want ** ** window search ** ** window viewer with class info per process ** ** hide/show all windows in the system ** ** and many more ** Here you can find good examples on hot-keys,callbacks,enumerations of windows and processes(toolhelp),how to get the full path of another process,how to get the class name of window,many APIs for controlling windows. Here are the hotkeys: F7 button to minimize any window to tray, with the icon of his exe. F8 to hide the window on which the cursor is/or the foreground window (that depends on your selection (checkbox)). F9 to show all the windows hidden with F8 button. F10 to hide all windows in the array. F11 to hide/show me. F12 to set/unset any window, on which the cursor is/or the foreground window(that depends on your selection), to top. Any feedback,comments,questions and/or votes are greatly appreciated.

7_2009-2012 #238651
See how to align Captions on most VB-Controls. Align to the top, bottom, left, right etc...

Through the use of API, it can be done, command button's caption can be aligned to the top, and a frame's caption can be centered. Later versions of VB give you that option standard, but not the 6.0 So if you ever wanted to know how its done, here-it-is.

2002ASP #34
AppOnTop

How do I get my application on top?To make your window truly topmost, use the SetWindowPos API call

2002ASP #36
Cool screen wipes

You can achieve some cool form wipes with judicious use of the Move method. For example, to draw a curtain from right to left use this routine. It is also possible to wipe a form from bottom to top, and from both sides to the middle, using similar routines

2002ASP #259
Move Form without a Title Bar!

This code will allow you to move your Forms without even having to have a Title Bar! So this means if you choose to make your Form's BroderStyle 0-None, which means no TitleBar, you will still be able to move the form with this code! You can do multiple things with this code also like: Clicking on the form and dragging to move the form, clicking on a Label and dragging it to move the form, clicking on a CommandButton and dragging it to move the form and so on if you get the picture :-) This code is very useful and cool if your sick of that dumb old BlueBar on the top of your form and want to make your own cool TitleBars and Borders and anything else that you put your mind to!

2002ASP #269
mAboutDialog

How would you like to have your own About menu option on the little system menu on the top left-hand corner of your form. I whould , so I wrote a module to do it with one line of code from the Load event on my form. For this code to work you have to create a About form first (FRMAbout).

2002ASP #311
Mike's Skin Example v1.0

This is a decent example on how to skin a form. I made 10 skins and Commented every line in this project so you can see what's going on and how BitBlt works from top to bottom. If you don't know BitBlt that well or at all, this is a perfect example for you. Please RATE this and soon I'll make a v2.0 of this. And if you make a good skin for this, E-mail me it at: mikecanejo@hotmail.com! :)

2002ASP #373
Lights 2001 [Update #2]

This app will put Some Holiday Light bulbs on you desk top and stay ontop of every Window. Although it is not all the way Finished it is a work in progress, I have only one Problem The size of the exe when compiled is way to big I would like any input or suggestion on how to make the program smaller. Please Vote if you like, Even 1 globe would be nice. Please leave as many Comments as possible. Thanks, Arcangel

2002ASP #451
Yahtzee Deluxe

Full game. Looks good, clean. Has all the rules of the original game. Complete with an undo play, sounds, .chm Help file with included help file project. All source code and graphics included. Already compiled as well. This is a complete program with all features included already enabled. Very well documented source code for newbies. Nearly every line commented. Next release will have skins and network play, if anyone want's to help just drop me an email. Written with VB6 SP3 and not tried with anything else. Tracks top 5 players along with how many games you have played and your average score.

2002ASP #256
WIN Functions

This is basically for all you prankers out there that want to scare your friends or play jokes on them..In this project I made a Module with Functions that will do many things to your Windows, but never harm it in anyway. Like: Hide/Show or Destroy the Windows ToolBar, Taskbar, Clock, Start Button, Icons in the Systray and more. It also lets you Reboot the Users computer, Restart it, Log Off the windows, and Force programs to close if they don't respond. I also made a Function that will make your Form black and cover the whole screen. Well that may seem simple but If the program is hidden from the Close Dialog box and the Control Alt Delete buttons are Disabled and the TaskBar and Toolbar is Hidden plus if the Form is OnTop of everytihng.. It will definatly scare or drive your friends crazy trying to close the program. On top of that, try to even figure out what happened? You could even put a message on the form saying "Virus Uploaded" or some lame junk like that :) To demonstrate these Functions I put together a "Enter Password" form that will do one or more or all of the Above if the user enters the password wrong 3 times.

2002ASP #263
Mike's File Merger *Fixed*

This will let you merge any type of file(s) into one big file. This will work with Almost all audio files (.mp3, .wav) and almost all Video files (.Avi, .Mpeg). Just think, merging all your favorite mp3s into one big file so you don't have to keep making playlists on your audio player and just think if you have a split up DiVX movie and want to put all of the parts together, this will do it. This will also merge .VOB files ripped from your DVD! This program includes the following:1.) Ability to merge a list of files top to bottom all together into one file.2.)Lets you have the option of just generating a Batch file to merge your files. This way if you wanted to you could include the batch file with your split up files so a user can merge them together again.3.) Option menu to manipulate the File Listbox4.)Ability to add a file either by Drag and Droping a file(s) into the File Listbox or by pressing the Add File CommandButton or Menu.5.) Ability to add all the files from a selected folder and/or it's sub-directory's files.So check it out and please vote for my code.-Mike Canejo

Languages
Top Categories
Global Discovery